Html Css Color HEX #ABBED0 Spindle

📋 copy color: '#ABBED0'

red 171 ◦ green 190 ◦ blue 208

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

Shades of Spindle #ABBED0

Tints of Spindle #ABBED0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.39%

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

R = 30.05%
G = 33.39%
B = 36.56%

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

#ABBED0 (or 0xABBED0) is known color: Spindle. HEX triplet: AB, BE and D0. RGB value is (171,190,208). Sum of RGB (Red+Green+Blue) = 171+190+208=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABBED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBED0 is #54412F. Grayscale: #BABABA. Windows color (decimal): -5521712 or 13680299. OLE color: 13680299.

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

Color convert

RGB 171 190 208 -
CMYK 0.18 0.09 0 0.18
HSL 209.19º 0.28% 0.74% -
HSV(B) 209.19º 0.18% 0.82% -
XYZ 46.59 50.04 66.88 -
YUV 186.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 171 190 208 0.18 0.09 0 0.18 209.19 0.28 0.74
Hex AB BE D0 12 9 0 12 D1 1C 4A
Octal 253 276 320 22 11 0 22 321 34 112
Binary 10101011 10111110 11010000 10010 1001 0 10010 11010001 11100 1001010

Color Harmonies of #ABBED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBED0

Black with #ABBED0

Text Example


Text Example

White with #ABBED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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