#ABC8D8

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

Shades of Regent St Blue #ABC8D8

Tints of Regent St Blue #ABC8D8

Color information

#ABC8D8 (or 0xABC8D8) is unknown color: approx Regent St Blue. HEX triplet: AB, C8 and D8. RGB value is (171,200,216). Sum of RGB (Red+Green+Blue) = 171+200+216=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #ABC8D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8D8 is #543727. Grayscale: #C1C1C1. Windows color (decimal): -5519144 or 14207147. OLE color: 14207147.

HSL color Cylindrical-coordinate representation of color #ABC8D8: hue angle of 201.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC8D8 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171200216-
CMYK0.210.0700.15
HSL201.33º36.59%75.88%-
HSV(B)201.33º20.83%84.71%-
XYZ49.8454.9272.94-
YUV193.15140.89112.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 200 (78.52% from 255) = 34.07%
BLUE value IS 216 (84.77% from 255) = 36.80%
R=29.13%
G=34.07%
B=36.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712002160.210.0700.15201.3336.5975.88
HexABC8D81570Fc9254c
Octal25331033025701731145114
Binary1010101111001000110110001010111101111110010011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8D8; }

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

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

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

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

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

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

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

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