Html Css Color HEX #81AAEC Jordy Blue

📋 copy color: '#81AAEC'

red 129 ◦ green 170 ◦ blue 236

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

Shades of Jordy Blue #81AAEC

Tints of Jordy Blue #81AAEC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.78%

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 24.11%
G = 31.78%
B = 44.11%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#81AAEC (or 0x81AAEC) is known color: Jordy Blue. HEX triplet: 81, AA and EC. RGB value is (129,170,236). Sum of RGB (Red+Green+Blue) = 129+170+236=535 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.11% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #81AAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AAEC is #7E5513. Grayscale: #A4A4A4. Windows color (decimal): -8279316 or 15510145. OLE color: 15510145.

HSL color Cylindrical-coordinate representation of color #81AAEC: hue angle of 217.01º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81AAEC is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 170 236 -
CMYK 0.45 0.28 0 0.07
HSL 217.01º 0.74% 0.72% -
HSV(B) 217.01º 0.45% 0.93% -
XYZ 38.57 39.47 84.94 -
YUV 165.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 129 170 236 0.45 0.28 0 0.07 217.01 0.74 0.72
Hex 81 AA EC 2D 1C 0 7 D9 4A 48
Octal 201 252 354 55 34 0 7 331 112 110
Binary 10000001 10101010 11101100 101101 11100 0 111 11011001 1001010 1001000

Color Harmonies of #81AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AAEC

Black with #81AAEC

Text Example


Text Example

White with #81AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,170,236); }

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

background-color css

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

 a { background-color: rgb(129,170,236); }

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

border-color css

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

 span { border-color: rgb(129,170,236); }

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