Html Css Color HEX #ABBED7 Spindle

📋 copy color: '#ABBED7'

red 171 ◦ green 190 ◦ blue 215

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

Shades of Spindle #ABBED7

Tints of Spindle #ABBED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.33%

R = 29.69%
G = 32.99%
B = 37.33%

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

#ABBED7 (or 0xABBED7) is known color: Spindle. HEX triplet: AB, BE and D7. RGB value is (171,190,215). Sum of RGB (Red+Green+Blue) = 171+190+215=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABBED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBED7 is #544128. Grayscale: #BBBBBB. Windows color (decimal): -5521705 or 14139051. OLE color: 14139051.

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

Color convert

RGB 171 190 215 -
CMYK 0.20 0.12 0 0.16
HSL 214.09º 0.35% 0.76% -
HSV(B) 214.09º 0.2% 0.84% -
XYZ 47.47 50.39 71.51 -
YUV 187.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 171 190 215 0.20 0.12 0 0.16 214.09 0.35 0.76
Hex AB BE D7 14 C 0 10 D6 23 4C
Octal 253 276 327 24 14 0 20 326 43 114
Binary 10101011 10111110 11010111 10100 1100 0 10000 11010110 100011 1001100

Color Harmonies of #ABBED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBED7

Black with #ABBED7

Text Example


Text Example

White with #ABBED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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