Html Css Color HEX #81AAF8 Jordy Blue

📋 copy color: '#81AAF8'

red 129 ◦ green 170 ◦ blue 248

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

Shades of Jordy Blue #81AAF8

Tints of Jordy Blue #81AAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.34%

R = 23.58%
G = 31.08%
B = 45.34%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#81AAF8 (or 0x81AAF8) is known color: Jordy Blue. HEX triplet: 81, AA and F8. RGB value is (129,170,248). Sum of RGB (Red+Green+Blue) = 129+170+248=547 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.58% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 248 (97.27% from 255 or 45.34% from 547); Max value from RGB is 248 - color contains mainly: blue. Hex color #81AAF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AAF8 is #7E5507. Grayscale: #A6A6A6. Windows color (decimal): -8279304 or 16296577. OLE color: 16296577.

HSL color Cylindrical-coordinate representation of color #81AAF8: hue angle of 219.33º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81AAF8 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 129 170 248 -
CMYK 0.48 0.31 0 0.03
HSL 219.33º 0.89% 0.74% -
HSV(B) 219.33º 0.48% 0.97% -
XYZ 40.37 40.19 94.44 -
YUV 166.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 129 170 248 0.48 0.31 0 0.03 219.33 0.89 0.74
Hex 81 AA F8 30 1F 0 3 DB 59 4A
Octal 201 252 370 60 37 0 3 333 131 112
Binary 10000001 10101010 11111000 110000 11111 0 11 11011011 1011001 1001010

Color Harmonies of #81AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AAF8

Black with #81AAF8

Text Example


Text Example

White with #81AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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