Html Css Color HEX #81A9DD Jordy Blue

📋 copy color: '#81A9DD'

red 129 ◦ green 169 ◦ blue 221

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

Shades of Jordy Blue #81A9DD

Tints of Jordy Blue #81A9DD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.56%

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

R = 24.86%
G = 32.56%
B = 42.58%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81A9DD (or 0x81A9DD) is known color: Jordy Blue. HEX triplet: 81, A9 and DD. RGB value is (129,169,221). Sum of RGB (Red+Green+Blue) = 129+169+221=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #81A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A9DD is #7E5622. Grayscale: #A2A2A2. Windows color (decimal): -8279587 or 14526849. OLE color: 14526849.

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

Color convert

RGB 129 169 221 -
CMYK 0.42 0.24 0 0.13
HSL 213.91º 0.58% 0.69% -
HSV(B) 213.91º 0.42% 0.87% -
XYZ 36.29 38.26 73.88 -
YUV 162.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 129 169 221 0.42 0.24 0 0.13 213.91 0.58 0.69
Hex 81 A9 DD 2A 18 0 D D6 3A 45
Octal 201 251 335 52 30 0 15 326 72 105
Binary 10000001 10101001 11011101 101010 11000 0 1101 11010110 111010 1000101

Color Harmonies of #81A9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A9DD

Black with #81A9DD

Text Example


Text Example

White with #81A9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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