Html Css Color HEX #ABC8DA Spindle

📋 copy color: '#ABC8DA'

red 171 ◦ green 200 ◦ blue 218

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

Shades of Spindle #ABC8DA

Tints of Spindle #ABC8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 29.03%
G = 33.96%
B = 37.01%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABC8DA (or 0xABC8DA) is known color: Spindle. HEX triplet: AB, C8 and DA. RGB value is (171,200,218). Sum of RGB (Red+Green+Blue) = 171+200+218=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABC8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8DA is #543725. Grayscale: #C1C1C1. Windows color (decimal): -5519142 or 14338219. OLE color: 14338219.

HSL color Cylindrical-coordinate representation of color #ABC8DA: hue angle of 202.98º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC8DA is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 200 218 -
CMYK 0.22 0.08 0 0.15
HSL 202.98º 0.39% 0.76% -
HSV(B) 202.98º 0.22% 0.85% -
XYZ 50.1 55.03 74.31 -
YUV 193.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 171 200 218 0.22 0.08 0 0.15 202.98 0.39 0.76
Hex AB C8 DA 16 8 0 F CB 27 4C
Octal 253 310 332 26 10 0 17 313 47 114
Binary 10101011 11001000 11011010 10110 1000 0 1111 11001011 100111 1001100

Color Harmonies of #ABC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8DA

Black with #ABC8DA

Text Example


Text Example

White with #ABC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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