#ABC8D0

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

Shades of Regent St Blue #ABC8D0

Tints of Regent St Blue #ABC8D0

Color information

#ABC8D0 (or 0xABC8D0) is unknown color: approx Regent St Blue. HEX triplet: AB, C8 and D0. RGB value is (171,200,208). Sum of RGB (Red+Green+Blue) = 171+200+208=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABC8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8D0 is #54372F. Grayscale: #C0C0C0. Windows color (decimal): -5519152 or 13682859. OLE color: 13682859.

HSL color Cylindrical-coordinate representation of color #ABC8D0: hue angle of 192.97º 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 #ABC8D0 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171200208-
CMYK0.180.0400.18
HSL192.97º28.24%74.31%-
HSV(B)192.97º17.79%81.57%-
XYZ48.8354.5267.62-
YUV192.24136.89112.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.53%
GREEN value IS 200 (78.52% from 255) = 34.54%
BLUE value IS 208 (81.64% from 255) = 35.92%
R=29.53%
G=34.54%
B=35.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712002080.180.0400.18192.9728.2474.31
HexABC8D0124012c11c4a
Octal25331032022402230134112
Binary1010101111001000110100001001010001001011000001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8D0; }

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

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

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

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

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

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

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

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