Html Css Color HEX #81AADD Jordy Blue

📋 copy color: '#81AADD'

red 129 ◦ green 170 ◦ blue 221

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

Shades of Jordy Blue #81AADD

Tints of Jordy Blue #81AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 24.81%
G = 32.69%
B = 42.5%

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

#81AADD (or 0x81AADD) is known color: Jordy Blue. HEX triplet: 81, AA and DD. RGB value is (129,170,221). Sum of RGB (Red+Green+Blue) = 129+170+221=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #81AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AADD is #7E5522. Grayscale: #A3A3A3. Windows color (decimal): -8279331 or 14527105. OLE color: 14527105.

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

Color convert

RGB 129 170 221 -
CMYK 0.42 0.23 0 0.13
HSL 213.26º 0.58% 0.69% -
HSV(B) 213.26º 0.42% 0.87% -
XYZ 36.48 38.64 73.94 -
YUV 163.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 129 170 221 0.42 0.23 0 0.13 213.26 0.58 0.69
Hex 81 AA DD 2A 17 0 D D5 3A 45
Octal 201 252 335 52 27 0 15 325 72 105
Binary 10000001 10101010 11011101 101010 10111 0 1101 11010101 111010 1000101

Color Harmonies of #81AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AADD

Black with #81AADD

Text Example


Text Example

White with #81AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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