#ABC8CE

Color #ABC8CE Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #ABC8CE

Tints of Regent St Blue #ABC8CE

Color information

#ABC8CE (or 0xABC8CE) is unknown color: approx Regent St Blue. HEX triplet: AB, C8 and CE. RGB value is (171,200,206). Sum of RGB (Red+Green+Blue) = 171+200+206=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABC8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8CE is #543731. Grayscale: #BFBFBF. Windows color (decimal): -5519154 or 13551787. OLE color: 13551787.

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

Color convert

RGB171200206-
CMYK0.170.0300.19
HSL190.29º26.32%73.92%-
HSV(B)190.29º16.99%80.78%-
XYZ48.5954.4266.34-
YUV192.01135.89113.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.64%
GREEN value IS 200 (78.52% from 255) = 34.66%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=29.64%
G=34.66%
B=35.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712002060.170.0300.19190.2926.3273.92
HexABC8CE113013be1a4a
Octal25331031621302327632112
Binary101010111100100011001110100011101001110111110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8CE; }

 p { color: rgb(171,200,206); }

 H1.HeaderClassName
 {
   color: #ABC8CE;
 }
 .AnyTagClassName
 {
   color: #ABC8CE;
 }
</style>
background-color css

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

 a { background-color: rgb(171,200,206); }

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

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

 span { border-color: rgb(171,200,206); }

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