Html Css Color HEX #ABC6DA Spindle

📋 copy color: '#ABC6DA'

red 171 ◦ green 198 ◦ blue 218

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

Shades of Spindle #ABC6DA

Tints of Spindle #ABC6DA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.73%

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

R = 29.13%
G = 33.73%
B = 37.14%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABC6DA (or 0xABC6DA) is known color: Spindle. HEX triplet: AB, C6 and DA. RGB value is (171,198,218). Sum of RGB (Red+Green+Blue) = 171+198+218=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABC6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6DA is #543925. Grayscale: #C0C0C0. Windows color (decimal): -5519654 or 14337707. OLE color: 14337707.

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

Color convert

RGB 171 198 218 -
CMYK 0.22 0.09 0 0.15
HSL 205.53º 0.39% 0.76% -
HSV(B) 205.53º 0.22% 0.85% -
XYZ 49.64 54.11 74.16 -
YUV 192.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 171 198 218 0.22 0.09 0 0.15 205.53 0.39 0.76
Hex AB C6 DA 16 9 0 F CE 27 4C
Octal 253 306 332 26 11 0 17 316 47 114
Binary 10101011 11000110 11011010 10110 1001 0 1111 11001110 100111 1001100

Color Harmonies of #ABC6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC6DA

Black with #ABC6DA

Text Example


Text Example

White with #ABC6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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