#81ACE0

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

Shades of Jordy Blue #81ACE0

Tints of Jordy Blue #81ACE0

Color information

#81ACE0 (or 0x81ACE0) is unknown color: approx Jordy Blue. HEX triplet: 81, AC and E0. RGB value is (129,172,224). Sum of RGB (Red+Green+Blue) = 129+172+224=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #81ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACE0 is #7E531F. Grayscale: #A4A4A4. Windows color (decimal): -8278816 or 14724225. OLE color: 14724225.

HSL color Cylindrical-coordinate representation of color #81ACE0: hue angle of 212.84º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81ACE0 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB129172224-
CMYK0.420.2300.12
HSL212.84º60.51%69.22%-
HSV(B)212.84º42.41%87.84%-
XYZ37.2639.5576.19-
YUV165.07161.25102.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.57%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 224 (87.89% from 255) = 42.67%
R=24.57%
G=32.76%
B=42.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1291722240.420.2300.12212.8460.5169.22
Hex81ACE02A170Cd53d45
Octal201254340522701432575105
Binary1000000110101100111000001010101011101100110101011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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