#A4CBE8

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

Shades of Sail #A4CBE8

Tints of Sail #A4CBE8

Color information

#A4CBE8 (or 0xA4CBE8) is unknown color: approx Sail. HEX triplet: A4, CB and E8. RGB value is (164,203,232). Sum of RGB (Red+Green+Blue) = 164+203+232=599 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.38% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #A4CBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CBE8 is #5B3417. Grayscale: #C2C2C2. Windows color (decimal): -5977112 or 15256484. OLE color: 15256484.

HSL color Cylindrical-coordinate representation of color #A4CBE8: hue angle of 205.59º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4CBE8 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB164203232-
CMYK0.290.1200.09
HSL205.59º59.65%77.65%-
HSV(B)205.59º29.31%90.98%-
XYZ51.2356.4384.54-
YUV194.64149.08106.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.38%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 232 (91.02% from 255) = 38.73%
R=27.38%
G=33.89%
B=38.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642032320.290.1200.09205.5959.6577.65
HexA4CBE81DC09ce3c4e
Octal244313350351401131674116
Binary10100100110010111110100011101110001001110011101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CBE8; }

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

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

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

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

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

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

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

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