#ABCED6

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

Shades of Regent St Blue #ABCED6

Tints of Regent St Blue #ABCED6

Color information

#ABCED6 (or 0xABCED6) is unknown color: approx Regent St Blue. HEX triplet: AB, CE and D6. RGB value is (171,206,214). Sum of RGB (Red+Green+Blue) = 171+206+214=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABCED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCED6 is #543129. Grayscale: #C4C4C4. Windows color (decimal): -5517610 or 14077611. OLE color: 14077611.

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

Color convert

RGB171206214-
CMYK0.200.0400.16
HSL191.16º34.4%75.49%-
HSV(B)191.16º20.09%83.92%-
XYZ5157.6672.06-
YUV196.45137.9109.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 214 (83.98% from 255) = 36.21%
R=28.93%
G=34.86%
B=36.21%

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
Decimal1712062140.200.0400.16191.1634.475.49
HexABCED6144010bf224b
Octal25331632624402027742113
Binary10101011110011101101011010100100010000101111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCED6; }

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

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

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

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

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

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

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

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