Html Css Color HEX #81AAF4 Jordy Blue

📋 copy color: '#81AAF4'

red 129 ◦ green 170 ◦ blue 244

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

Shades of Jordy Blue #81AAF4

Tints of Jordy Blue #81AAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.94%

R = 23.76%
G = 31.31%
B = 44.94%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#81AAF4 (or 0x81AAF4) is known color: Jordy Blue. HEX triplet: 81, AA and F4. RGB value is (129,170,244). Sum of RGB (Red+Green+Blue) = 129+170+244=543 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.76% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #81AAF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AAF4 is #7E550B. Grayscale: #A5A5A5. Windows color (decimal): -8279308 or 16034433. OLE color: 16034433.

HSL color Cylindrical-coordinate representation of color #81AAF4: hue angle of 218.61º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81AAF4 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 129 170 244 -
CMYK 0.47 0.30 0 0.04
HSL 218.61º 0.84% 0.73% -
HSV(B) 218.61º 0.47% 0.96% -
XYZ 39.76 39.95 91.2 -
YUV 166.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 129 170 244 0.47 0.30 0 0.04 218.61 0.84 0.73
Hex 81 AA F4 2F 1E 0 4 DB 54 49
Octal 201 252 364 57 36 0 4 333 124 111
Binary 10000001 10101010 11110100 101111 11110 0 100 11011011 1010100 1001001

Color Harmonies of #81AAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AAF4

Black with #81AAF4

Text Example


Text Example

White with #81AAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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