#ACCBE2

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

Shades of Sail #ACCBE2

Tints of Sail #ACCBE2

Color information

#ACCBE2 (or 0xACCBE2) is unknown color: approx Sail. HEX triplet: AC, CB and E2. RGB value is (172,203,226). Sum of RGB (Red+Green+Blue) = 172+203+226=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACCBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBE2 is #53341D. Grayscale: #C4C4C4. Windows color (decimal): -5452830 or 14863276. OLE color: 14863276.

HSL color Cylindrical-coordinate representation of color #ACCBE2: hue angle of 205.56º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACCBE2 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172203226-
CMYK0.240.1000.11
HSL205.56º48.21%78.04%-
HSV(B)205.56º23.89%88.63%-
XYZ52.156.9780.2-
YUV196.35144.73110.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 226 (88.67% from 255) = 37.60%
R=28.62%
G=33.78%
B=37.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722032260.240.1000.11205.5648.2178.04
HexACCBE218A0Bce304e
Octal254313342301201331660116
Binary10101100110010111110001011000101001011110011101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBE2; }

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

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

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

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

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

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

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

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