Html Css Color HEX #A6D2CC Sinbad

📋 copy color: '#A6D2CC'

red 166 ◦ green 210 ◦ blue 204

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

Shades of Sinbad #A6D2CC

Tints of Sinbad #A6D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.21%

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

R = 28.62%
G = 36.21%
B = 35.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#A6D2CC (or 0xA6D2CC) is known color: Sinbad. HEX triplet: A6, D2 and CC. RGB value is (166,210,204). Sum of RGB (Red+Green+Blue) = 166+210+204=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D2CC is #592D33. Grayscale: #C4C4C4. Windows color (decimal): -5844276 or 13423270. OLE color: 13423270.

HSL color Cylindrical-coordinate representation of color #A6D2CC: hue angle of 171.82º degrees, saturation: 0.33, 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 #A6D2CC is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 210 204 -
CMYK 0.21 0 0.03 0.18
HSL 171.82º 0.33% 0.74% -
HSV(B) 171.82º 0.21% 0.82% -
XYZ 49.67 58.56 65.81 -
YUV 196.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 166 210 204 0.21 0 0.03 0.18 171.82 0.33 0.74
Hex A6 D2 CC 15 0 3 12 AC 21 4A
Octal 246 322 314 25 0 3 22 254 41 112
Binary 10100110 11010010 11001100 10101 0 11 10010 10101100 100001 1001010

Color Harmonies of #A6D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D2CC

Black with #A6D2CC

Text Example


Text Example

White with #A6D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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