#81B2DA

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

Shades of Jordy Blue #81B2DA

Tints of Jordy Blue #81B2DA

Color information

#81B2DA (or 0x81B2DA) is unknown color: approx Jordy Blue. HEX triplet: 81, B2 and DA. RGB value is (129,178,218). Sum of RGB (Red+Green+Blue) = 129+178+218=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #81B2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B2DA is #7E4D25. Grayscale: #A7A7A7. Windows color (decimal): -8277286 or 14332545. OLE color: 14332545.

HSL color Cylindrical-coordinate representation of color #81B2DA: hue angle of 206.97º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81B2DA is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129178218-
CMYK0.410.1800.15
HSL206.97º54.6%68.04%-
HSV(B)206.97º40.83%85.49%-
XYZ37.6341.5772.37-
YUV167.91156.27100.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.57%
GREEN value IS 178 (69.92% from 255) = 33.90%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=24.57%
G=33.90%
B=41.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291782180.410.1800.15206.9754.668.04
Hex81B2DA29120Fcf3744
Octal201262332512201731767104
Binary1000000110110010110110101010011001001111110011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,178,218); }

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

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

 a { background-color: rgb(129,178,218); }

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

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

 span { border-color: rgb(129,178,218); }

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