#ABCCD5

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

Shades of Regent St Blue #ABCCD5

Tints of Regent St Blue #ABCCD5

Color information

#ABCCD5 (or 0xABCCD5) is unknown color: approx Regent St Blue. HEX triplet: AB, CC and D5. RGB value is (171,204,213). Sum of RGB (Red+Green+Blue) = 171+204+213=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABCCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCD5 is #54332A. Grayscale: #C3C3C3. Windows color (decimal): -5518123 or 14011563. OLE color: 14011563.

HSL color Cylindrical-coordinate representation of color #ABCCD5: hue angle of 192.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABCCD5 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171204213-
CMYK0.200.0400.16
HSL192.86º33.33%75.29%-
HSV(B)192.86º19.72%83.53%-
XYZ50.456.6571.23-
YUV195.16138.07110.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=29.08%
G=34.69%
B=36.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712042130.200.0400.16192.8633.3375.29
HexABCCD5144010c1214b
Octal25331432524402030141113
Binary10101011110011001101010110100100010000110000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCD5; }

 p { color: rgb(171,204,213); }

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

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

 a { background-color: rgb(171,204,213); }

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

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

 span { border-color: rgb(171,204,213); }

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