Html Css Color HEX #ABCCC9 Sinbad

📋 copy color: '#ABCCC9'

red 171 ◦ green 204 ◦ blue 201

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

Shades of Sinbad #ABCCC9

Tints of Sinbad #ABCCC9

RGB

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

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

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

R = 29.69%
G = 35.42%
B = 34.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#ABCCC9 (or 0xABCCC9) is known color: Sinbad. HEX triplet: AB, CC and C9. RGB value is (171,204,201). Sum of RGB (Red+Green+Blue) = 171+204+201=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCC9 is #543336. Grayscale: #C1C1C1. Windows color (decimal): -5518135 or 13225131. OLE color: 13225131.

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

Color convert

RGB 171 204 201 -
CMYK 0.16 0 0.01 0.2
HSL 174.55º 0.24% 0.74% -
HSV(B) 174.55º 0.16% 0.8% -
XYZ 48.93 56.06 63.5 -
YUV 193.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 171 204 201 0.16 0 0.01 0.2 174.55 0.24 0.74
Hex AB CC C9 10 0 1 14 AF 18 4A
Octal 253 314 311 20 0 1 24 257 30 112
Binary 10101011 11001100 11001001 10000 0 1 10100 10101111 11000 1001010

Color Harmonies of #ABCCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCC9

Black with #ABCCC9

Text Example


Text Example

White with #ABCCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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