Html Css Color HEX #ABBDD5 Spindle

📋 copy color: '#ABBDD5'

red 171 ◦ green 189 ◦ blue 213

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

Shades of Spindle #ABBDD5

Tints of Spindle #ABBDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.17%

R = 29.84%
G = 32.98%
B = 37.17%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABBDD5 (or 0xABBDD5) is known color: Spindle. HEX triplet: AB, BD and D5. RGB value is (171,189,213). Sum of RGB (Red+Green+Blue) = 171+189+213=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABBDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDD5 is #54422A. Grayscale: #BABABA. Windows color (decimal): -5521963 or 14007723. OLE color: 14007723.

HSL color Cylindrical-coordinate representation of color #ABBDD5: hue angle of 214.29º degrees, saturation: 0.33, 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 #ABBDD5 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 189 213 -
CMYK 0.20 0.11 0 0.16
HSL 214.29º 0.33% 0.75% -
HSV(B) 214.29º 0.2% 0.84% -
XYZ 47 49.86 70.1 -
YUV 186.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 171 189 213 0.20 0.11 0 0.16 214.29 0.33 0.75
Hex AB BD D5 14 B 0 10 D6 21 4B
Octal 253 275 325 24 13 0 20 326 41 113
Binary 10101011 10111101 11010101 10100 1011 0 10000 11010110 100001 1001011

Color Harmonies of #ABBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDD5

Black with #ABBDD5

Text Example


Text Example

White with #ABBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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