#81ACDB

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

Shades of Jordy Blue #81ACDB

Tints of Jordy Blue #81ACDB

Color information

#81ACDB (or 0x81ACDB) is unknown color: approx Jordy Blue. HEX triplet: 81, AC and DB. RGB value is (129,172,219). Sum of RGB (Red+Green+Blue) = 129+172+219=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #81ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACDB is #7E5324. Grayscale: #A4A4A4. Windows color (decimal): -8278821 or 14396545. OLE color: 14396545.

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

Color convert

RGB129172219-
CMYK0.410.2100.14
HSL211.33º55.56%68.24%-
HSV(B)211.33º41.1%85.88%-
XYZ36.5939.2972.67-
YUV164.5158.75102.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.81%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=24.81%
G=33.08%
B=42.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291722190.410.2100.14211.3355.5668.24
Hex81ACDB29150Ed33844
Octal201254333512501632370104
Binary1000000110101100110110111010011010101110110100111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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