Html Css Color HEX #ABC1D3 Spindle

📋 copy color: '#ABC1D3'

red 171 ◦ green 193 ◦ blue 211

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

Shades of Spindle #ABC1D3

Tints of Spindle #ABC1D3

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.57%

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

R = 29.74%
G = 33.57%
B = 36.7%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ABC1D3 (or 0xABC1D3) is known color: Spindle. HEX triplet: AB, C1 and D3. RGB value is (171,193,211). Sum of RGB (Red+Green+Blue) = 171+193+211=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABC1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1D3 is #543E2C. Grayscale: #BCBCBC. Windows color (decimal): -5520941 or 13877675. OLE color: 13877675.

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

Color convert

RGB 171 193 211 -
CMYK 0.19 0.09 0 0.17
HSL 207º 0.31% 0.75% -
HSV(B) 207º 0.19% 0.83% -
XYZ 47.62 51.5 69.06 -
YUV 188.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 171 193 211 0.19 0.09 0 0.17 207 0.31 0.75
Hex AB C1 D3 13 9 0 11 CF 1F 4B
Octal 253 301 323 23 11 0 21 317 37 113
Binary 10101011 11000001 11010011 10011 1001 0 10001 11001111 11111 1001011

Color Harmonies of #ABC1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1D3

Black with #ABC1D3

Text Example


Text Example

White with #ABC1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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