Html Css Color HEX #ABC8DB Spindle

📋 copy color: '#ABC8DB'

red 171 ◦ green 200 ◦ blue 219

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

Shades of Spindle #ABC8DB

Tints of Spindle #ABC8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.9%

 BLUE value IS 219 (85.94% from 255) = 37.12%

R = 28.98%
G = 33.9%
B = 37.12%

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

#ABC8DB (or 0xABC8DB) is known color: Spindle. HEX triplet: AB, C8 and DB. RGB value is (171,200,219). Sum of RGB (Red+Green+Blue) = 171+200+219=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABC8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8DB is #543724. Grayscale: #C1C1C1. Windows color (decimal): -5519141 or 14403755. OLE color: 14403755.

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

Color convert

RGB 171 200 219 -
CMYK 0.22 0.09 0 0.14
HSL 203.75º 0.4% 0.76% -
HSV(B) 203.75º 0.22% 0.86% -
XYZ 50.24 55.08 75 -
YUV 193.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 171 200 219 0.22 0.09 0 0.14 203.75 0.4 0.76
Hex AB C8 DB 16 9 0 E CC 28 4C
Octal 253 310 333 26 11 0 16 314 50 114
Binary 10101011 11001000 11011011 10110 1001 0 1110 11001100 101000 1001100

Color Harmonies of #ABC8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8DB

Black with #ABC8DB

Text Example


Text Example

White with #ABC8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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