Html Css Color HEX #ABCFC9 Sinbad

📋 copy color: '#ABCFC9'

red 171 ◦ green 207 ◦ blue 201

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

Shades of Sinbad #ABCFC9

Tints of Sinbad #ABCFC9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.75%

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

R = 29.53%
G = 35.75%
B = 34.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#ABCFC9 (or 0xABCFC9) is known color: Sinbad. HEX triplet: AB, CF and C9. RGB value is (171,207,201). Sum of RGB (Red+Green+Blue) = 171+207+201=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFC9 is #543036. Grayscale: #C3C3C3. Windows color (decimal): -5517367 or 13225899. OLE color: 13225899.

HSL color Cylindrical-coordinate representation of color #ABCFC9: hue angle of 170º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFC9 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 201 -
CMYK 0.17 0 0.03 0.19
HSL 170º 0.27% 0.74% -
HSV(B) 170º 0.17% 0.81% -
XYZ 49.65 57.5 63.74 -
YUV 195.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 171 207 201 0.17 0 0.03 0.19 170 0.27 0.74
Hex AB CF C9 11 0 3 13 AA 1B 4A
Octal 253 317 311 21 0 3 23 252 33 112
Binary 10101011 11001111 11001001 10001 0 11 10011 10101010 11011 1001010

Color Harmonies of #ABCFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFC9

Black with #ABCFC9

Text Example


Text Example

White with #ABCFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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