#ABC6D0

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

Shades of Regent St Blue #ABC6D0

Tints of Regent St Blue #ABC6D0

Color information

#ABC6D0 (or 0xABC6D0) is unknown color: approx Regent St Blue. HEX triplet: AB, C6 and D0. RGB value is (171,198,208). Sum of RGB (Red+Green+Blue) = 171+198+208=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABC6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6D0 is #54392F. Grayscale: #BFBFBF. Windows color (decimal): -5519664 or 13682347. OLE color: 13682347.

HSL color Cylindrical-coordinate representation of color #ABC6D0: hue angle of 196.22º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABC6D0 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171198208-
CMYK0.180.0500.18
HSL196.22º28.24%74.31%-
HSV(B)196.22º17.79%81.57%-
XYZ48.3753.667.47-
YUV191.07137.55113.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.64%
GREEN value IS 198 (77.73% from 255) = 34.32%
BLUE value IS 208 (81.64% from 255) = 36.05%
R=29.64%
G=34.32%
B=36.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711982080.180.0500.18196.2228.2474.31
HexABC6D0125012c41c4a
Octal25330632022502230434112
Binary1010101111000110110100001001010101001011000100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC6D0; }

 p { color: rgb(171,198,208); }

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

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

 a { background-color: rgb(171,198,208); }

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

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

 span { border-color: rgb(171,198,208); }

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