Html Css Color HEX #81AAFE Jordy Blue

📋 copy color: '#81AAFE'

red 129 ◦ green 170 ◦ blue 254

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

Shades of Jordy Blue #81AAFE

Tints of Jordy Blue #81AAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 23.33%
G = 30.74%
B = 45.93%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#81AAFE (or 0x81AAFE) is known color: Jordy Blue. HEX triplet: 81, AA and FE. RGB value is (129,170,254). Sum of RGB (Red+Green+Blue) = 129+170+254=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #81AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AAFE is #7E5501. Grayscale: #A6A6A6. Windows color (decimal): -8279298 or 16689793. OLE color: 16689793.

HSL color Cylindrical-coordinate representation of color #81AAFE: hue angle of 220.32º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81AAFE is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 170 254 -
CMYK 0.49 0.33 0 0.00
HSL 220.32º 0.98% 0.75% -
HSV(B) 220.32º 0.49% 1% -
XYZ 41.32 40.57 99.42 -
YUV 167.32 176.92 100.67 -
System Red Green Blue C M Y K H S L
Decimal 129 170 254 0.49 0.33 0 0.00 220.32 0.98 0.75
Hex 81 AA FE 31 21 0 0 DC 62 4B
Octal 201 252 376 61 41 0 0 334 142 113
Binary 10000001 10101010 11111110 110001 100001 0 0 11011100 1100010 1001011

Color Harmonies of #81AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AAFE

Black with #81AAFE

Text Example


Text Example

White with #81AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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