Html Css Color HEX #A6CDCC Sinbad

📋 copy color: '#A6CDCC'

red 166 ◦ green 205 ◦ blue 204

#A6CDCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sinbad #A6CDCC

Tints of Sinbad #A6CDCC

RGB

 RED value IS 166 (65.23% from 255) = 28.87%

 GREEN value IS 205 (80.47% from 255) = 35.65%

 BLUE value IS 204 (80.08% from 255) = 35.48%

R = 28.87%
G = 35.65%
B = 35.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#A6CDCC (or 0xA6CDCC) is known color: Sinbad. HEX triplet: A6, CD and CC. RGB value is (166,205,204). Sum of RGB (Red+Green+Blue) = 166+205+204=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDCC is #593233. Grayscale: #C1C1C1. Windows color (decimal): -5845556 or 13421990. OLE color: 13421990.

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

Color convert

RGB 166 205 204 -
CMYK 0.19 0 0.00 0.20
HSL 178.46º 0.28% 0.73% -
HSV(B) 178.46º 0.19% 0.8% -
XYZ 48.46 56.13 65.41 -
YUV 193.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 166 205 204 0.19 0 0.00 0.20 178.46 0.28 0.73
Hex A6 CD CC 13 0 0 14 B2 1C 49
Octal 246 315 314 23 0 0 24 262 34 111
Binary 10100110 11001101 11001100 10011 0 0 10100 10110010 11100 1001001

Color Harmonies of #A6CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CDCC

Black with #A6CDCC

Text Example


Text Example

White with #A6CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CDCC; }

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

 H1.HeaderClassName
 {
   color: #A6CDCC;
 }
 .AnyTagClassName
 {
   color: #A6CDCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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