#ACCECF

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

Shades of Sinbad #ACCECF

Tints of Sinbad #ACCECF

Color information

#ACCECF (or 0xACCECF) is unknown color: approx Sinbad. HEX triplet: AC, CE and CF. RGB value is (172,206,207). Sum of RGB (Red+Green+Blue) = 172+206+207=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACCECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCECF is #533130. Grayscale: #C3C3C3. Windows color (decimal): -5452081 or 13618860. OLE color: 13618860.

HSL color Cylindrical-coordinate representation of color #ACCECF: hue angle of 181.71º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCECF is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172206207-
CMYK0.170.0000.19
HSL181.71º26.72%74.31%-
HSV(B)181.71º16.91%81.18%-
XYZ50.3557.4267.46-
YUV195.95134.24110.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=29.40%
G=35.21%
B=35.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722062070.170.0000.19181.7126.7274.31
HexACCECF110013b61b4a
Octal25431631721002326633112
Binary10101100110011101100111110001001001110110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCECF; }

 p { color: rgb(172,206,207); }

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

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

 a { background-color: rgb(172,206,207); }

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

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

 span { border-color: rgb(172,206,207); }

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