#81B3DB

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

Shades of Jordy Blue #81B3DB

Tints of Jordy Blue #81B3DB

Color information

#81B3DB (or 0x81B3DB) is unknown color: approx Jordy Blue. HEX triplet: 81, B3 and DB. RGB value is (129,179,219). Sum of RGB (Red+Green+Blue) = 129+179+219=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #81B3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B3DB is #7E4C24. Grayscale: #A8A8A8. Windows color (decimal): -8277029 or 14398337. OLE color: 14398337.

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

Color convert

RGB129179219-
CMYK0.410.1800.14
HSL206.67º55.56%68.24%-
HSV(B)206.67º41.1%85.88%-
XYZ37.9642.0273.13-
YUV168.61156.4499.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.48%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=24.48%
G=33.97%
B=41.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291792190.410.1800.14206.6755.5668.24
Hex81B3DB29120Ecf3844
Octal201263333512201631770104
Binary1000000110110011110110111010011001001110110011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,179,219); }

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

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

 a { background-color: rgb(129,179,219); }

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

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

 span { border-color: rgb(129,179,219); }

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