Html Css Color HEX #ABC0CF Spindle

📋 copy color: '#ABC0CF'

red 171 ◦ green 192 ◦ blue 207

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

Shades of Spindle #ABC0CF

Tints of Spindle #ABC0CF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.68%

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 30%
G = 33.68%
B = 36.32%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABC0CF (or 0xABC0CF) is known color: Spindle. HEX triplet: AB, C0 and CF. RGB value is (171,192,207). Sum of RGB (Red+Green+Blue) = 171+192+207=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABC0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0CF is #543F30. Grayscale: #BBBBBB. Windows color (decimal): -5521201 or 13615275. OLE color: 13615275.

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

Color convert

RGB 171 192 207 -
CMYK 0.17 0.07 0 0.19
HSL 205º 0.27% 0.74% -
HSV(B) 205º 0.17% 0.81% -
XYZ 46.91 50.86 66.38 -
YUV 187.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 171 192 207 0.17 0.07 0 0.19 205 0.27 0.74
Hex AB C0 CF 11 7 0 13 CD 1B 4A
Octal 253 300 317 21 7 0 23 315 33 112
Binary 10101011 11000000 11001111 10001 111 0 10011 11001101 11011 1001010

Color Harmonies of #ABC0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0CF

Black with #ABC0CF

Text Example


Text Example

White with #ABC0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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