#ABC7CD

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

Shades of Regent St Blue #ABC7CD

Tints of Regent St Blue #ABC7CD

Color information

#ABC7CD (or 0xABC7CD) is unknown color: approx Regent St Blue. HEX triplet: AB, C7 and CD. RGB value is (171,199,205). Sum of RGB (Red+Green+Blue) = 171+199+205=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABC7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC7CD is #543832. Grayscale: #BFBFBF. Windows color (decimal): -5519411 or 13485995. OLE color: 13485995.

HSL color Cylindrical-coordinate representation of color #ABC7CD: hue angle of 190.59º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABC7CD is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171199205-
CMYK0.170.0300.20
HSL190.59º25.37%73.73%-
HSV(B)190.59º16.59%80.39%-
XYZ48.2453.9165.62-
YUV191.31135.72113.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 199 (78.12% from 255) = 34.61%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=29.74%
G=34.61%
B=35.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711992050.170.0300.20190.5925.3773.73
HexABC7CD113014bf194a
Octal25330731521302427731112
Binary101010111100011111001101100011101010010111111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC7CD; }

 p { color: rgb(171,199,205); }

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

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

 a { background-color: rgb(171,199,205); }

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

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

 span { border-color: rgb(171,199,205); }

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