Html Css Color HEX #ABBECF Spindle

📋 copy color: '#ABBECF'

red 171 ◦ green 190 ◦ blue 207

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

Shades of Spindle #ABBECF

Tints of Spindle #ABBECF

RGB

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

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

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

R = 30.11%
G = 33.45%
B = 36.44%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABBECF (or 0xABBECF) is known color: Spindle. HEX triplet: AB, BE and CF. RGB value is (171,190,207). Sum of RGB (Red+Green+Blue) = 171+190+207=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBECF is #544130. Grayscale: #BABABA. Windows color (decimal): -5521713 or 13614763. OLE color: 13614763.

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

Color convert

RGB 171 190 207 -
CMYK 0.17 0.08 0 0.19
HSL 208.33º 0.27% 0.74% -
HSV(B) 208.33º 0.17% 0.81% -
XYZ 46.47 49.99 66.23 -
YUV 186.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 171 190 207 0.17 0.08 0 0.19 208.33 0.27 0.74
Hex AB BE CF 11 8 0 13 D0 1B 4A
Octal 253 276 317 21 10 0 23 320 33 112
Binary 10101011 10111110 11001111 10001 1000 0 10011 11010000 11011 1001010

Color Harmonies of #ABBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBECF

Black with #ABBECF

Text Example


Text Example

White with #ABBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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