#81A0DD

Color #81A0DD Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #81A0DD

Tints of Jordy Blue #81A0DD

Color information

#81A0DD (or 0x81A0DD) is unknown color: approx Jordy Blue. HEX triplet: 81, A0 and DD. RGB value is (129,160,221). Sum of RGB (Red+Green+Blue) = 129+160+221=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #81A0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A0DD is #7E5F22. Grayscale: #9D9D9D. Windows color (decimal): -8281891 or 14524545. OLE color: 14524545.

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

Color convert

RGB129160221-
CMYK0.420.2800.13
HSL219.78º57.5%68.63%-
HSV(B)219.78º41.63%86.67%-
XYZ34.6835.0373.34-
YUV157.68163.73107.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.29%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=25.29%
G=31.37%
B=43.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291602210.420.2800.13219.7857.568.63
Hex81A0DD2A1C0Ddc3a45
Octal201240335523401533472105
Binary1000000110100000110111011010101110001101110111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81A0DD;
 }
 .AnyTagClassName
 {
   color: #81A0DD;
 }
</style>
background-color css

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

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

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

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

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

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