Html Css Color HEX #A6D1CC Sinbad

📋 copy color: '#A6D1CC'

red 166 ◦ green 209 ◦ blue 204

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

Shades of Sinbad #A6D1CC

Tints of Sinbad #A6D1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.1%

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

R = 28.67%
G = 36.1%
B = 35.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#A6D1CC (or 0xA6D1CC) is known color: Sinbad. HEX triplet: A6, D1 and CC. RGB value is (166,209,204). Sum of RGB (Red+Green+Blue) = 166+209+204=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D1CC is #592E33. Grayscale: #C3C3C3. Windows color (decimal): -5844532 or 13423014. OLE color: 13423014.

HSL color Cylindrical-coordinate representation of color #A6D1CC: hue angle of 173.02º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D1CC is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 209 204 -
CMYK 0.21 0 0.02 0.18
HSL 173.02º 0.32% 0.74% -
HSV(B) 173.02º 0.21% 0.82% -
XYZ 49.43 58.07 65.73 -
YUV 195.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 166 209 204 0.21 0 0.02 0.18 173.02 0.32 0.74
Hex A6 D1 CC 15 0 2 12 AD 20 4A
Octal 246 321 314 25 0 2 22 255 40 112
Binary 10100110 11010001 11001100 10101 0 10 10010 10101101 100000 1001010

Color Harmonies of #A6D1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D1CC

Black with #A6D1CC

Text Example


Text Example

White with #A6D1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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