#81B1DC

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

Shades of Jordy Blue #81B1DC

Tints of Jordy Blue #81B1DC

Color information

#81B1DC (or 0x81B1DC) is unknown color: approx Jordy Blue. HEX triplet: 81, B1 and DC. RGB value is (129,177,220). Sum of RGB (Red+Green+Blue) = 129+177+220=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #81B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B1DC is #7E4E23. Grayscale: #A7A7A7. Windows color (decimal): -8277540 or 14463361. OLE color: 14463361.

HSL color Cylindrical-coordinate representation of color #81B1DC: hue angle of 208.35º degrees, saturation: 0.57, 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 #81B1DC is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129177220-
CMYK0.410.2000.14
HSL208.35º56.52%68.43%-
HSV(B)208.35º41.36%86.27%-
XYZ37.6941.2873.69-
YUV167.55157.6100.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.52%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 220 (86.33% from 255) = 41.83%
R=24.52%
G=33.65%
B=41.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291772200.410.2000.14208.3556.5268.43
Hex81B1DC29140Ed03944
Octal201261334512401632071104
Binary1000000110110001110111001010011010001110110100001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,177,220); }

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

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

 a { background-color: rgb(129,177,220); }

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

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

 span { border-color: rgb(129,177,220); }

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