#81A7DD

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

Shades of Jordy Blue #81A7DD

Tints of Jordy Blue #81A7DD

Color information

#81A7DD (or 0x81A7DD) is unknown color: approx Jordy Blue. HEX triplet: 81, A7 and DD. RGB value is (129,167,221). Sum of RGB (Red+Green+Blue) = 129+167+221=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #81A7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A7DD is #7E5822. Grayscale: #A1A1A1. Windows color (decimal): -8280099 or 14526337. OLE color: 14526337.

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

Color convert

RGB129167221-
CMYK0.420.2400.13
HSL215.22º57.5%68.63%-
HSV(B)215.22º41.63%86.67%-
XYZ35.9237.5373.76-
YUV161.79161.41104.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.95%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=24.95%
G=32.30%
B=42.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291672210.420.2400.13215.2257.568.63
Hex81A7DD2A180Dd73a45
Octal201247335523001532772105
Binary1000000110100111110111011010101100001101110101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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