#A4CBEC

Color #A4CBEC Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #A4CBEC

Tints of Sail #A4CBEC

Color information

#A4CBEC (or 0xA4CBEC) is unknown color: approx Sail. HEX triplet: A4, CB and EC. RGB value is (164,203,236). Sum of RGB (Red+Green+Blue) = 164+203+236=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4CBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CBEC is #5B3413. Grayscale: #C2C2C2. Windows color (decimal): -5977108 or 15518628. OLE color: 15518628.

HSL color Cylindrical-coordinate representation of color #A4CBEC: hue angle of 207.5º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4CBEC is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164203236-
CMYK0.310.1400.07
HSL207.5º65.45%78.43%-
HSV(B)207.5º30.51%92.55%-
XYZ51.8156.6687.56-
YUV195.1151.08105.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.20%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=27.20%
G=33.67%
B=39.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642032360.310.1400.07207.565.4578.43
HexA4CBEC1FE07d0414e
Octal244313354371607320101116
Binary10100100110010111110110011111111001111101000010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CBEC; }

 p { color: rgb(164,203,236); }

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

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

 a { background-color: rgb(164,203,236); }

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

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

 span { border-color: rgb(164,203,236); }

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