Html Css Color HEX #ABBCCF Spindle

📋 copy color: '#ABBCCF'

red 171 ◦ green 188 ◦ blue 207

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

Shades of Spindle #ABBCCF

Tints of Spindle #ABBCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.22%

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 30.21%
G = 33.22%
B = 36.57%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABBCCF (or 0xABBCCF) is known color: Spindle. HEX triplet: AB, BC and CF. RGB value is (171,188,207). Sum of RGB (Red+Green+Blue) = 171+188+207=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCCF is #544330. Grayscale: #B8B8B8. Windows color (decimal): -5522225 or 13614251. OLE color: 13614251.

HSL color Cylindrical-coordinate representation of color #ABBCCF: hue angle of 211.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABBCCF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 188 207 -
CMYK 0.17 0.09 0 0.19
HSL 211.67º 0.27% 0.74% -
HSV(B) 211.67º 0.17% 0.81% -
XYZ 46.04 49.13 66.09 -
YUV 185.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 171 188 207 0.17 0.09 0 0.19 211.67 0.27 0.74
Hex AB BC CF 11 9 0 13 D4 1B 4A
Octal 253 274 317 21 11 0 23 324 33 112
Binary 10101011 10111100 11001111 10001 1001 0 10011 11010100 11011 1001010

Color Harmonies of #ABBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBCCF

Black with #ABBCCF

Text Example


Text Example

White with #ABBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBCCF; }

 p { color: rgb(171,188,207); }

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

background-color css

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

 a { background-color: rgb(171,188,207); }

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

border-color css

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

 span { border-color: rgb(171,188,207); }

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