Html Css Color HEX #A6D7CE Sinbad

📋 copy color: '#A6D7CE'

red 166 ◦ green 215 ◦ blue 206

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

Shades of Sinbad #A6D7CE

Tints of Sinbad #A6D7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.63%

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 28.28%
G = 36.63%
B = 35.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#A6D7CE (or 0xA6D7CE) is known color: Sinbad. HEX triplet: A6, D7 and CE. RGB value is (166,215,206). Sum of RGB (Red+Green+Blue) = 166+215+206=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D7CE is #592831. Grayscale: #C7C7C7. Windows color (decimal): -5842994 or 13555622. OLE color: 13555622.

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

Color convert

RGB 166 215 206 -
CMYK 0.23 0 0.04 0.16
HSL 168.98º 0.38% 0.75% -
HSV(B) 168.98º 0.23% 0.84% -
XYZ 51.17 61.16 67.5 -
YUV 199.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 166 215 206 0.23 0 0.04 0.16 168.98 0.38 0.75
Hex A6 D7 CE 17 0 4 10 A9 26 4B
Octal 246 327 316 27 0 4 20 251 46 113
Binary 10100110 11010111 11001110 10111 0 100 10000 10101001 100110 1001011

Color Harmonies of #A6D7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D7CE

Black with #A6D7CE

Text Example


Text Example

White with #A6D7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D7CE; }

 p { color: rgb(166,215,206); }

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

background-color css

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

 a { background-color: rgb(166,215,206); }

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

border-color css

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

 span { border-color: rgb(166,215,206); }

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