Html Css Color HEX #ABC9DC Spindle

📋 copy color: '#ABC9DC'

red 171 ◦ green 201 ◦ blue 220

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

Shades of Spindle #ABC9DC

Tints of Spindle #ABC9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.95%

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 28.89%
G = 33.95%
B = 37.16%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABC9DC (or 0xABC9DC) is known color: Spindle. HEX triplet: AB, C9 and DC. RGB value is (171,201,220). Sum of RGB (Red+Green+Blue) = 171+201+220=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABC9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9DC is #543623. Grayscale: #C2C2C2. Windows color (decimal): -5518884 or 14469547. OLE color: 14469547.

HSL color Cylindrical-coordinate representation of color #ABC9DC: hue angle of 203.27º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC9DC is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 201 220 -
CMYK 0.22 0.09 0 0.14
HSL 203.27º 0.41% 0.77% -
HSV(B) 203.27º 0.22% 0.86% -
XYZ 50.6 55.6 75.77 -
YUV 194.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 171 201 220 0.22 0.09 0 0.14 203.27 0.41 0.77
Hex AB C9 DC 16 9 0 E CB 29 4D
Octal 253 311 334 26 11 0 16 313 51 115
Binary 10101011 11001001 11011100 10110 1001 0 1110 11001011 101001 1001101

Color Harmonies of #ABC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC9DC

Black with #ABC9DC

Text Example


Text Example

White with #ABC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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