Html Css Color HEX #A6CDCB Sinbad

📋 copy color: '#A6CDCB'

red 166 ◦ green 205 ◦ blue 203

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

Shades of Sinbad #A6CDCB

Tints of Sinbad #A6CDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.71%

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

R = 28.92%
G = 35.71%
B = 35.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#A6CDCB (or 0xA6CDCB) is known color: Sinbad. HEX triplet: A6, CD and CB. RGB value is (166,205,203). Sum of RGB (Red+Green+Blue) = 166+205+203=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDCB is #593234. Grayscale: #C1C1C1. Windows color (decimal): -5845557 or 13356454. OLE color: 13356454.

HSL color Cylindrical-coordinate representation of color #A6CDCB: hue angle of 176.92º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CDCB is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 205 203 -
CMYK 0.19 0 0.01 0.20
HSL 176.92º 0.28% 0.73% -
HSV(B) 176.92º 0.19% 0.8% -
XYZ 48.34 56.08 64.78 -
YUV 193.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 166 205 203 0.19 0 0.01 0.20 176.92 0.28 0.73
Hex A6 CD CB 13 0 1 14 B1 1C 49
Octal 246 315 313 23 0 1 24 261 34 111
Binary 10100110 11001101 11001011 10011 0 1 10100 10110001 11100 1001001

Color Harmonies of #A6CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CDCB

Black with #A6CDCB

Text Example


Text Example

White with #A6CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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