Html Css Color HEX #ABBFD6 Spindle

📋 copy color: '#ABBFD6'

red 171 ◦ green 191 ◦ blue 214

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

Shades of Spindle #ABBFD6

Tints of Spindle #ABBFD6

RGB

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

 GREEN value IS 191 (75% from 255) = 33.16%

 BLUE value IS 214 (83.98% from 255) = 37.15%

R = 29.69%
G = 33.16%
B = 37.15%

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

#ABBFD6 (or 0xABBFD6) is known color: Spindle. HEX triplet: AB, BF and D6. RGB value is (171,191,214). Sum of RGB (Red+Green+Blue) = 171+191+214=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABBFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFD6 is #544029. Grayscale: #BBBBBB. Windows color (decimal): -5521450 or 14073771. OLE color: 14073771.

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

Color convert

RGB 171 191 214 -
CMYK 0.20 0.11 0 0.16
HSL 212.09º 0.34% 0.75% -
HSV(B) 212.09º 0.2% 0.84% -
XYZ 47.56 50.77 70.91 -
YUV 187.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 171 191 214 0.20 0.11 0 0.16 212.09 0.34 0.75
Hex AB BF D6 14 B 0 10 D4 22 4B
Octal 253 277 326 24 13 0 20 324 42 113
Binary 10101011 10111111 11010110 10100 1011 0 10000 11010100 100010 1001011

Color Harmonies of #ABBFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFD6

Black with #ABBFD6

Text Example


Text Example

White with #ABBFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFD6; }

 p { color: rgb(171,191,214); }

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

background-color css

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

 a { background-color: rgb(171,191,214); }

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

border-color css

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

 span { border-color: rgb(171,191,214); }

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