#81ACEB

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

Shades of Jordy Blue #81ACEB

Tints of Jordy Blue #81ACEB

Color information

#81ACEB (or 0x81ACEB) is unknown color: approx Jordy Blue. HEX triplet: 81, AC and EB. RGB value is (129,172,235). Sum of RGB (Red+Green+Blue) = 129+172+235=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #81ACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ACEB is #7E5314. Grayscale: #A6A6A6. Windows color (decimal): -8278805 or 15445121. OLE color: 15445121.

HSL color Cylindrical-coordinate representation of color #81ACEB: hue angle of 215.66º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81ACEB is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129172235-
CMYK0.450.2700.08
HSL215.66º72.6%71.37%-
HSV(B)215.66º45.11%92.16%-
XYZ38.840.1784.31-
YUV166.32166.75101.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.07%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 235 (92.19% from 255) = 43.84%
R=24.07%
G=32.09%
B=43.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291722350.450.2700.08215.6672.671.37
Hex81ACEB2D1B08d84947
Octal2012543535533010330111107
Binary10000001101011001110101110110111011010001101100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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