Html Css Color HEX #ABCCC8 Sinbad

📋 copy color: '#ABCCC8'

red 171 ◦ green 204 ◦ blue 200

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

Shades of Sinbad #ABCCC8

Tints of Sinbad #ABCCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.78%

R = 29.74%
G = 35.48%
B = 34.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#ABCCC8 (or 0xABCCC8) is known color: Sinbad. HEX triplet: AB, CC and C8. RGB value is (171,204,200). Sum of RGB (Red+Green+Blue) = 171+204+200=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCC8 is #543337. Grayscale: #C1C1C1. Windows color (decimal): -5518136 or 13159595. OLE color: 13159595.

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

Color convert

RGB 171 204 200 -
CMYK 0.16 0 0.02 0.2
HSL 172.73º 0.24% 0.74% -
HSV(B) 172.73º 0.16% 0.8% -
XYZ 48.81 56.01 62.88 -
YUV 193.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 171 204 200 0.16 0 0.02 0.2 172.73 0.24 0.74
Hex AB CC C8 10 0 2 14 AD 18 4A
Octal 253 314 310 20 0 2 24 255 30 112
Binary 10101011 11001100 11001000 10000 0 10 10100 10101101 11000 1001010

Color Harmonies of #ABCCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCC8

Black with #ABCCC8

Text Example


Text Example

White with #ABCCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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