Html Css Color HEX #A6D2C9 Sinbad

📋 copy color: '#A6D2C9'

red 166 ◦ green 210 ◦ blue 201

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

Shades of Sinbad #A6D2C9

Tints of Sinbad #A6D2C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.84%

R = 28.77%
G = 36.4%
B = 34.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#A6D2C9 (or 0xA6D2C9) is known color: Sinbad. HEX triplet: A6, D2 and C9. RGB value is (166,210,201). Sum of RGB (Red+Green+Blue) = 166+210+201=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D2C9 is #592D36. Grayscale: #C3C3C3. Windows color (decimal): -5844279 or 13226662. OLE color: 13226662.

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

Color convert

RGB 166 210 201 -
CMYK 0.21 0 0.04 0.18
HSL 167.73º 0.33% 0.74% -
HSV(B) 167.73º 0.21% 0.82% -
XYZ 49.32 58.42 63.93 -
YUV 195.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 166 210 201 0.21 0 0.04 0.18 167.73 0.33 0.74
Hex A6 D2 C9 15 0 4 12 A8 21 4A
Octal 246 322 311 25 0 4 22 250 41 112
Binary 10100110 11010010 11001001 10101 0 100 10010 10101000 100001 1001010

Color Harmonies of #A6D2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D2C9

Black with #A6D2C9

Text Example


Text Example

White with #A6D2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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