Html Css Color HEX #81AADE Jordy Blue

📋 copy color: '#81AADE'

red 129 ◦ green 170 ◦ blue 222

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

Shades of Jordy Blue #81AADE

Tints of Jordy Blue #81AADE

RGB

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

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

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

R = 24.76%
G = 32.63%
B = 42.61%

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

#81AADE (or 0x81AADE) is known color: Jordy Blue. HEX triplet: 81, AA and DE. RGB value is (129,170,222). Sum of RGB (Red+Green+Blue) = 129+170+222=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #81AADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AADE is #7E5521. Grayscale: #A3A3A3. Windows color (decimal): -8279330 or 14592641. OLE color: 14592641.

HSL color Cylindrical-coordinate representation of color #81AADE: hue angle of 213.55º 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 #81AADE is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 170 222 -
CMYK 0.42 0.23 0 0.13
HSL 213.55º 0.58% 0.69% -
HSV(B) 213.55º 0.42% 0.87% -
XYZ 36.61 38.69 74.65 -
YUV 163.67 160.92 103.27 -
System Red Green Blue C M Y K H S L
Decimal 129 170 222 0.42 0.23 0 0.13 213.55 0.58 0.69
Hex 81 AA DE 2A 17 0 D D6 3A 45
Octal 201 252 336 52 27 0 15 326 72 105
Binary 10000001 10101010 11011110 101010 10111 0 1101 11010110 111010 1000101

Color Harmonies of #81AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AADE

Black with #81AADE

Text Example


Text Example

White with #81AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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