#81A3DD

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

Shades of Jordy Blue #81A3DD

Tints of Jordy Blue #81A3DD

Color information

#81A3DD (or 0x81A3DD) is unknown color: approx Jordy Blue. HEX triplet: 81, A3 and DD. RGB value is (129,163,221). Sum of RGB (Red+Green+Blue) = 129+163+221=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #81A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A3DD is #7E5C22. Grayscale: #9F9F9F. Windows color (decimal): -8281123 or 14525313. OLE color: 14525313.

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

Color convert

RGB129163221-
CMYK0.420.2600.13
HSL217.83º57.5%68.63%-
HSV(B)217.83º41.63%86.67%-
XYZ35.236.0873.52-
YUV159.45162.74106.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.15%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=25.15%
G=31.77%
B=43.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291632210.420.2600.13217.8357.568.63
Hex81A3DD2A1A0Dda3a45
Octal201243335523201533272105
Binary1000000110100011110111011010101101001101110110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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