#A6CFCE

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

Shades of Sinbad #A6CFCE

Tints of Sinbad #A6CFCE

Color information

#A6CFCE (or 0xA6CFCE) is unknown color: approx Sinbad. HEX triplet: A6, CF and CE. RGB value is (166,207,206). Sum of RGB (Red+Green+Blue) = 166+207+206=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFCE is #593031. Grayscale: #C2C2C2. Windows color (decimal): -5845042 or 13553574. OLE color: 13553574.

HSL color Cylindrical-coordinate representation of color #A6CFCE: hue angle of 178.54º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6CFCE is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB166207206-
CMYK0.2000.000.19
HSL178.54º29.93%73.14%-
HSV(B)178.54º19.81%81.18%-
XYZ49.1857.1966.84-
YUV194.63134.42107.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.67%
GREEN value IS 207 (81.25% from 255) = 35.75%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=28.67%
G=35.75%
B=35.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662072060.2000.000.19178.5429.9373.14
HexA6CFCE140013b31e49
Octal24631731624002326336111
Binary10100110110011111100111010100001001110110011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CFCE; }

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

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

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

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

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

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

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

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