Html Css Color HEX #A6CECD Sinbad

📋 copy color: '#A6CECD'

red 166 ◦ green 206 ◦ blue 205

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

Shades of Sinbad #A6CECD

Tints of Sinbad #A6CECD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.7%

 BLUE value IS 205 (80.47% from 255) = 35.53%

R = 28.77%
G = 35.7%
B = 35.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#A6CECD (or 0xA6CECD) is known color: Sinbad. HEX triplet: A6, CE and CD. RGB value is (166,206,205). Sum of RGB (Red+Green+Blue) = 166+206+205=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CECD is #593132. Grayscale: #C1C1C1. Windows color (decimal): -5845299 or 13487782. OLE color: 13487782.

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

Color convert

RGB 166 206 205 -
CMYK 0.19 0 0.00 0.19
HSL 178.5º 0.29% 0.73% -
HSV(B) 178.5º 0.19% 0.81% -
XYZ 48.82 56.66 66.12 -
YUV 193.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 166 206 205 0.19 0 0.00 0.19 178.5 0.29 0.73
Hex A6 CE CD 13 0 0 13 B2 1D 49
Octal 246 316 315 23 0 0 23 262 35 111
Binary 10100110 11001110 11001101 10011 0 0 10011 10110010 11101 1001001

Color Harmonies of #A6CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CECD

Black with #A6CECD

Text Example


Text Example

White with #A6CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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