Html Css Color HEX #ABC5DA Spindle

📋 copy color: '#ABC5DA'

red 171 ◦ green 197 ◦ blue 218

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

Shades of Spindle #ABC5DA

Tints of Spindle #ABC5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.62%

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

R = 29.18%
G = 33.62%
B = 37.2%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABC5DA (or 0xABC5DA) is known color: Spindle. HEX triplet: AB, C5 and DA. RGB value is (171,197,218). Sum of RGB (Red+Green+Blue) = 171+197+218=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABC5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5DA is #543A25. Grayscale: #BFBFBF. Windows color (decimal): -5519910 or 14337451. OLE color: 14337451.

HSL color Cylindrical-coordinate representation of color #ABC5DA: hue angle of 206.81º 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 #ABC5DA is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 197 218 -
CMYK 0.22 0.10 0 0.15
HSL 206.81º 0.39% 0.76% -
HSV(B) 206.81º 0.22% 0.85% -
XYZ 49.42 53.65 74.08 -
YUV 191.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 171 197 218 0.22 0.10 0 0.15 206.81 0.39 0.76
Hex AB C5 DA 16 A 0 F CF 27 4C
Octal 253 305 332 26 12 0 17 317 47 114
Binary 10101011 11000101 11011010 10110 1010 0 1111 11001111 100111 1001100

Color Harmonies of #ABC5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5DA

Black with #ABC5DA

Text Example


Text Example

White with #ABC5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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