#ABCED4

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

Shades of Regent St Blue #ABCED4

Tints of Regent St Blue #ABCED4

Color information

#ABCED4 (or 0xABCED4) is unknown color: approx Regent St Blue. HEX triplet: AB, CE and D4. RGB value is (171,206,212). Sum of RGB (Red+Green+Blue) = 171+206+212=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABCED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCED4 is #54312B. Grayscale: #C4C4C4. Windows color (decimal): -5517612 or 13946539. OLE color: 13946539.

HSL color Cylindrical-coordinate representation of color #ABCED4: hue angle of 188.78º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABCED4 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB171206212-
CMYK0.190.0300.17
HSL188.78º32.28%75.1%-
HSV(B)188.78º19.34%83.14%-
XYZ50.7557.5570.72-
YUV196.22136.9110.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 212 (83.20% from 255) = 35.99%
R=29.03%
G=34.97%
B=35.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712062120.190.0300.17188.7832.2875.1
HexABCED4133011bd204b
Octal25331632423302127540113
Binary1010101111001110110101001001111010001101111011000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCED4; }

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

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

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

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

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

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

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

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