#81ACDA

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

Shades of Jordy Blue #81ACDA

Tints of Jordy Blue #81ACDA

Color information

#81ACDA (or 0x81ACDA) is unknown color: approx Jordy Blue. HEX triplet: 81, AC and DA. RGB value is (129,172,218). Sum of RGB (Red+Green+Blue) = 129+172+218=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #81ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACDA is #7E5325. Grayscale: #A4A4A4. Windows color (decimal): -8278822 or 14331009. OLE color: 14331009.

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

Color convert

RGB129172218-
CMYK0.410.2100.15
HSL211.01º54.6%68.04%-
HSV(B)211.01º40.83%85.49%-
XYZ36.4639.2371.98-
YUV164.39158.25102.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.86%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=24.86%
G=33.14%
B=42.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291722180.410.2100.15211.0154.668.04
Hex81ACDA29150Fd33744
Octal201254332512501732367104
Binary1000000110101100110110101010011010101111110100111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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