Html Css Color HEX #A6CECB Sinbad

📋 copy color: '#A6CECB'

red 166 ◦ green 206 ◦ blue 203

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

Shades of Sinbad #A6CECB

Tints of Sinbad #A6CECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.3%

R = 28.87%
G = 35.83%
B = 35.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#A6CECB (or 0xA6CECB) is known color: Sinbad. HEX triplet: A6, CE and CB. RGB value is (166,206,203). Sum of RGB (Red+Green+Blue) = 166+206+203=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CECB is #593134. Grayscale: #C1C1C1. Windows color (decimal): -5845301 or 13356710. OLE color: 13356710.

HSL color Cylindrical-coordinate representation of color #A6CECB: hue angle of 175.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 #A6CECB is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 206 203 -
CMYK 0.19 0 0.01 0.19
HSL 175.5º 0.29% 0.73% -
HSV(B) 175.5º 0.19% 0.81% -
XYZ 48.58 56.56 64.86 -
YUV 193.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 166 206 203 0.19 0 0.01 0.19 175.5 0.29 0.73
Hex A6 CE CB 13 0 1 13 B0 1D 49
Octal 246 316 313 23 0 1 23 260 35 111
Binary 10100110 11001110 11001011 10011 0 1 10011 10110000 11101 1001001

Color Harmonies of #A6CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CECB

Black with #A6CECB

Text Example


Text Example

White with #A6CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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