Html Css Color HEX #ABBDD0 Spindle

📋 copy color: '#ABBDD0'

red 171 ◦ green 189 ◦ blue 208

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

Shades of Spindle #ABBDD0

Tints of Spindle #ABBDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.62%

R = 30.11%
G = 33.27%
B = 36.62%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABBDD0 (or 0xABBDD0) is known color: Spindle. HEX triplet: AB, BD and D0. RGB value is (171,189,208). Sum of RGB (Red+Green+Blue) = 171+189+208=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABBDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDD0 is #54422F. Grayscale: #B9B9B9. Windows color (decimal): -5521968 or 13680043. OLE color: 13680043.

HSL color Cylindrical-coordinate representation of color #ABBDD0: hue angle of 210.81º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABBDD0 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 189 208 -
CMYK 0.18 0.09 0 0.18
HSL 210.81º 0.28% 0.74% -
HSV(B) 210.81º 0.18% 0.82% -
XYZ 46.38 49.61 66.81 -
YUV 185.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 171 189 208 0.18 0.09 0 0.18 210.81 0.28 0.74
Hex AB BD D0 12 9 0 12 D3 1C 4A
Octal 253 275 320 22 11 0 22 323 34 112
Binary 10101011 10111101 11010000 10010 1001 0 10010 11010011 11100 1001010

Color Harmonies of #ABBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDD0

Black with #ABBDD0

Text Example


Text Example

White with #ABBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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