#81ACEC

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

Shades of Jordy Blue #81ACEC

Tints of Jordy Blue #81ACEC

Color information

#81ACEC (or 0x81ACEC) is unknown color: approx Jordy Blue. HEX triplet: 81, AC and EC. RGB value is (129,172,236). Sum of RGB (Red+Green+Blue) = 129+172+236=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #81ACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ACEC is #7E5313. Grayscale: #A6A6A6. Windows color (decimal): -8278804 or 15510657. OLE color: 15510657.

HSL color Cylindrical-coordinate representation of color #81ACEC: hue angle of 215.89º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81ACEC is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129172236-
CMYK0.450.2700.07
HSL215.89º73.79%71.57%-
HSV(B)215.89º45.34%92.55%-
XYZ38.9540.2385.07-
YUV166.44167.25101.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.02%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 236 (92.58% from 255) = 43.95%
R=24.02%
G=32.03%
B=43.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291722360.450.2700.07215.8973.7971.57
Hex81ACEC2D1B07d84a48
Octal201254354553307330112110
Binary1000000110101100111011001011011101101111101100010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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