Html Css Color HEX #ABCDC9 Sinbad

📋 copy color: '#ABCDC9'

red 171 ◦ green 205 ◦ blue 201

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

Shades of Sinbad #ABCDC9

Tints of Sinbad #ABCDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.84%

R = 29.64%
G = 35.53%
B = 34.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#ABCDC9 (or 0xABCDC9) is known color: Sinbad. HEX triplet: AB, CD and C9. RGB value is (171,205,201). Sum of RGB (Red+Green+Blue) = 171+205+201=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDC9 is #543236. Grayscale: #C2C2C2. Windows color (decimal): -5517879 or 13225387. OLE color: 13225387.

HSL color Cylindrical-coordinate representation of color #ABCDC9: hue angle of 172.94º 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 #ABCDC9 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 201 -
CMYK 0.17 0 0.02 0.20
HSL 172.94º 0.25% 0.74% -
HSV(B) 172.94º 0.17% 0.8% -
XYZ 49.17 56.54 63.58 -
YUV 194.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 171 205 201 0.17 0 0.02 0.20 172.94 0.25 0.74
Hex AB CD C9 11 0 2 14 AD 19 4A
Octal 253 315 311 21 0 2 24 255 31 112
Binary 10101011 11001101 11001001 10001 0 10 10100 10101101 11001 1001010

Color Harmonies of #ABCDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDC9

Black with #ABCDC9

Text Example


Text Example

White with #ABCDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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