#9ACEDB

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

Shades of Regent St Blue #9ACEDB

Tints of Regent St Blue #9ACEDB

Color information

#9ACEDB (or 0x9ACEDB) is unknown color: approx Regent St Blue. HEX triplet: 9A, CE and DB. RGB value is (154,206,219). Sum of RGB (Red+Green+Blue) = 154+206+219=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ACEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACEDB is #653124. Grayscale: #BFBFBF. Windows color (decimal): -6631717 or 14405274. OLE color: 14405274.

HSL color Cylindrical-coordinate representation of color #9ACEDB: hue angle of 192º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ACEDB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154206219-
CMYK0.300.0600.14
HSL192º47.45%73.14%-
HSV(B)192º29.68%85.88%-
XYZ48.1856.1375.31-
YUV191.93143.27100.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.60%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 219 (85.94% from 255) = 37.82%
R=26.60%
G=35.58%
B=37.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542062190.300.0600.1419247.4573.14
Hex9ACEDB1E60Ec02f49
Octal23231633336601630057111
Binary1001101011001110110110111111011001110110000001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACEDB; }

 p { color: rgb(154,206,219); }

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

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

 a { background-color: rgb(154,206,219); }

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

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

 span { border-color: rgb(154,206,219); }

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