Html Css Color HEX #ABCDCB Sinbad

📋 copy color: '#ABCDCB'

red 171 ◦ green 205 ◦ blue 203

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

Shades of Sinbad #ABCDCB

Tints of Sinbad #ABCDCB

RGB

 RED value IS 171 (67.19% from 255) = 29.53%

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

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

R = 29.53%
G = 35.41%
B = 35.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#ABCDCB (or 0xABCDCB) is known color: Sinbad. HEX triplet: AB, CD and CB. RGB value is (171,205,203). Sum of RGB (Red+Green+Blue) = 171+205+203=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDCB is #543234. Grayscale: #C2C2C2. Windows color (decimal): -5517877 or 13356459. OLE color: 13356459.

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

Color convert

RGB 171 205 203 -
CMYK 0.17 0 0.01 0.20
HSL 176.47º 0.25% 0.74% -
HSV(B) 176.47º 0.17% 0.8% -
XYZ 49.41 56.63 64.83 -
YUV 194.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 171 205 203 0.17 0 0.01 0.20 176.47 0.25 0.74
Hex AB CD CB 11 0 1 14 B0 19 4A
Octal 253 315 313 21 0 1 24 260 31 112
Binary 10101011 11001101 11001011 10001 0 1 10100 10110000 11001 1001010

Color Harmonies of #ABCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDCB

Black with #ABCDCB

Text Example


Text Example

White with #ABCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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