#ABCED5

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

Shades of Regent St Blue #ABCED5

Tints of Regent St Blue #ABCED5

Color information

#ABCED5 (or 0xABCED5) is unknown color: approx Regent St Blue. HEX triplet: AB, CE and D5. RGB value is (171,206,213). Sum of RGB (Red+Green+Blue) = 171+206+213=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABCED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCED5 is #54312A. Grayscale: #C4C4C4. Windows color (decimal): -5517611 or 14012075. OLE color: 14012075.

HSL color Cylindrical-coordinate representation of color #ABCED5: hue angle of 190º 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 #ABCED5 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171206213-
CMYK0.200.0300.16
HSL190º33.33%75.29%-
HSV(B)190º19.72%83.53%-
XYZ50.8857.671.39-
YUV196.33137.4109.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=28.98%
G=34.92%
B=36.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712062130.200.0300.1619033.3375.29
HexABCED5143010be214b
Octal25331632524302027641113
Binary1010101111001110110101011010011010000101111101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCED5; }

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

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

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

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

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

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

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

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