#A6D5CC

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

Shades of Sinbad #A6D5CC

Tints of Sinbad #A6D5CC

Color information

#A6D5CC (or 0xA6D5CC) is unknown color: approx Sinbad. HEX triplet: A6, D5 and CC. RGB value is (166,213,204). Sum of RGB (Red+Green+Blue) = 166+213+204=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5CC is #592A33. Grayscale: #C5C5C5. Windows color (decimal): -5843508 or 13424038. OLE color: 13424038.

HSL color Cylindrical-coordinate representation of color #A6D5CC: hue angle of 168.51º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D5CC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB166213204-
CMYK0.2200.040.16
HSL168.51º35.88%74.31%-
HSV(B)168.51º22.07%83.53%-
XYZ50.4260.0666.06-
YUV197.92131.43105.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.47%
GREEN value IS 213 (83.59% from 255) = 36.54%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=28.47%
G=36.54%
B=34.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662132040.2200.040.16168.5135.8874.31
HexA6D5CC160410a9244a
Octal24632531426042025144112
Binary10100110110101011100110010110010010000101010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D5CC; }

 p { color: rgb(166,213,204); }

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

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

 a { background-color: rgb(166,213,204); }

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

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

 span { border-color: rgb(166,213,204); }

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