Html Css Color HEX #ABBDD3 Spindle

📋 copy color: '#ABBDD3'

red 171 ◦ green 189 ◦ blue 211

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

Shades of Spindle #ABBDD3

Tints of Spindle #ABBDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.95%

R = 29.95%
G = 33.1%
B = 36.95%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ABBDD3 (or 0xABBDD3) is known color: Spindle. HEX triplet: AB, BD and D3. RGB value is (171,189,211). Sum of RGB (Red+Green+Blue) = 171+189+211=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABBDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDD3 is #54422C. Grayscale: #BABABA. Windows color (decimal): -5521965 or 13876651. OLE color: 13876651.

HSL color Cylindrical-coordinate representation of color #ABBDD3: hue angle of 213º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABBDD3 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 189 211 -
CMYK 0.19 0.10 0 0.17
HSL 213º 0.31% 0.75% -
HSV(B) 213º 0.19% 0.83% -
XYZ 46.75 49.76 68.77 -
YUV 186.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 171 189 211 0.19 0.10 0 0.17 213 0.31 0.75
Hex AB BD D3 13 A 0 11 D5 1F 4B
Octal 253 275 323 23 12 0 21 325 37 113
Binary 10101011 10111101 11010011 10011 1010 0 10001 11010101 11111 1001011

Color Harmonies of #ABBDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDD3

Black with #ABBDD3

Text Example


Text Example

White with #ABBDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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