Html Css Color HEX #ABBDD6 Spindle

📋 copy color: '#ABBDD6'

red 171 ◦ green 189 ◦ blue 214

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

Shades of Spindle #ABBDD6

Tints of Spindle #ABBDD6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.93%

 BLUE value IS 214 (83.98% from 255) = 37.28%

R = 29.79%
G = 32.93%
B = 37.28%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABBDD6 (or 0xABBDD6) is known color: Spindle. HEX triplet: AB, BD and D6. RGB value is (171,189,214). Sum of RGB (Red+Green+Blue) = 171+189+214=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABBDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDD6 is #544229. Grayscale: #BABABA. Windows color (decimal): -5521962 or 14073259. OLE color: 14073259.

HSL color Cylindrical-coordinate representation of color #ABBDD6: hue angle of 214.88º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABBDD6 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 189 214 -
CMYK 0.20 0.12 0 0.16
HSL 214.88º 0.34% 0.75% -
HSV(B) 214.88º 0.2% 0.84% -
XYZ 47.13 49.91 70.77 -
YUV 186.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 171 189 214 0.20 0.12 0 0.16 214.88 0.34 0.75
Hex AB BD D6 14 C 0 10 D7 22 4B
Octal 253 275 326 24 14 0 20 327 42 113
Binary 10101011 10111101 11010110 10100 1100 0 10000 11010111 100010 1001011

Color Harmonies of #ABBDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDD6

Black with #ABBDD6

Text Example


Text Example

White with #ABBDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDD6; }

 p { color: rgb(171,189,214); }

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

background-color css

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

 a { background-color: rgb(171,189,214); }

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

border-color css

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

 span { border-color: rgb(171,189,214); }

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