Html Css Color HEX #81ACDE Jordy Blue

📋 copy color: '#81ACDE'

red 129 ◦ green 172 ◦ blue 222

#81ACDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #81ACDE

Tints of Jordy Blue #81ACDE

RGB

 RED value IS 129 (50.78% from 255) = 24.67%

 GREEN value IS 172 (67.58% from 255) = 32.89%

 BLUE value IS 222 (87.11% from 255) = 42.45%

R = 24.67%
G = 32.89%
B = 42.45%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#81ACDE (or 0x81ACDE) is known color: Jordy Blue. HEX triplet: 81, AC and DE. RGB value is (129,172,222). Sum of RGB (Red+Green+Blue) = 129+172+222=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #81ACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACDE is #7E5321. Grayscale: #A4A4A4. Windows color (decimal): -8278818 or 14593153. OLE color: 14593153.

HSL color Cylindrical-coordinate representation of color #81ACDE: hue angle of 212.26º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81ACDE is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 172 222 -
CMYK 0.42 0.23 0 0.13
HSL 212.26º 0.58% 0.69% -
HSV(B) 212.26º 0.42% 0.87% -
XYZ 36.99 39.45 74.77 -
YUV 164.84 160.25 102.43 -
System Red Green Blue C M Y K H S L
Decimal 129 172 222 0.42 0.23 0 0.13 212.26 0.58 0.69
Hex 81 AC DE 2A 17 0 D D4 3A 45
Octal 201 254 336 52 27 0 15 324 72 105
Binary 10000001 10101100 11011110 101010 10111 0 1101 11010100 111010 1000101

Color Harmonies of #81ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACDE

Black with #81ACDE

Text Example


Text Example

White with #81ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81ACDE; }

 p { color: rgb(129,172,222); }

 H1.HeaderClassName
 {
   color: #81ACDE;
 }
 .AnyTagClassName
 {
   color: #81ACDE;
 }
</style>

background-color css

<style>
 a { background-color: #81ACDE; }

 a { background-color: rgb(129,172,222); }

 div.DivClassName
 {
   background-color: #81ACDE;
 }
 .BgClassName
 {
   background-color: #81ACDE;
 }
</style>

border-color css

<style>
 span { border-color: #81ACDE; }

 span { border-color: rgb(129,172,222); }

 td.TdClassName
 {
   border-color: #81ACDE;
 }
 .TagClassName
 {
   border-color: #81ACDE;
 }
</style>