#ACCBE0

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

Shades of Sail #ACCBE0

Tints of Sail #ACCBE0

Color information

#ACCBE0 (or 0xACCBE0) is unknown color: approx Sail. HEX triplet: AC, CB and E0. RGB value is (172,203,224). Sum of RGB (Red+Green+Blue) = 172+203+224=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACCBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBE0 is #53341F. Grayscale: #C4C4C4. Windows color (decimal): -5452832 or 14732204. OLE color: 14732204.

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

Color convert

RGB172203224-
CMYK0.230.0900.12
HSL204.23º45.61%77.65%-
HSV(B)204.23º23.21%87.84%-
XYZ51.8256.8678.77-
YUV196.12143.73110.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.71%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 224 (87.89% from 255) = 37.40%
R=28.71%
G=33.89%
B=37.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722032240.230.0900.12204.2345.6177.65
HexACCBE01790Ccc2e4e
Octal254313340271101431456116
Binary10101100110010111110000010111100101100110011001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBE0; }

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

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

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

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

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

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

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

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