Html Css Color HEX #A6CCCB Sinbad

📋 copy color: '#A6CCCB'

red 166 ◦ green 204 ◦ blue 203

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

Shades of Sinbad #A6CCCB

Tints of Sinbad #A6CCCB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.6%

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

R = 28.97%
G = 35.6%
B = 35.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#A6CCCB (or 0xA6CCCB) is known color: Sinbad. HEX triplet: A6, CC and CB. RGB value is (166,204,203). Sum of RGB (Red+Green+Blue) = 166+204+203=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCCB is #593334. Grayscale: #C0C0C0. Windows color (decimal): -5845813 or 13356198. OLE color: 13356198.

HSL color Cylindrical-coordinate representation of color #A6CCCB: hue angle of 178.42º degrees, saturation: 0.27, 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 #A6CCCB is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 203 -
CMYK 0.19 0 0.00 0.2
HSL 178.42º 0.27% 0.73% -
HSV(B) 178.42º 0.19% 0.8% -
XYZ 48.1 55.6 64.7 -
YUV 192.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 166 204 203 0.19 0 0.00 0.2 178.42 0.27 0.73
Hex A6 CC CB 13 0 0 14 B2 1B 49
Octal 246 314 313 23 0 0 24 262 33 111
Binary 10100110 11001100 11001011 10011 0 0 10100 10110010 11011 1001001

Color Harmonies of #A6CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCCB

Black with #A6CCCB

Text Example


Text Example

White with #A6CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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