#9ACEDC

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

Shades of Regent St Blue #9ACEDC

Tints of Regent St Blue #9ACEDC

Color information

#9ACEDC (or 0x9ACEDC) is unknown color: approx Regent St Blue. HEX triplet: 9A, CE and DC. RGB value is (154,206,220). Sum of RGB (Red+Green+Blue) = 154+206+220=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ACEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACEDC is #653123. Grayscale: #BFBFBF. Windows color (decimal): -6631716 or 14470810. OLE color: 14470810.

HSL color Cylindrical-coordinate representation of color #9ACEDC: hue angle of 192.73º degrees, saturation: 0.49, 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 #9ACEDC is Cyan = 0.3, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154206220-
CMYK0.30.0600.14
HSL192.73º48.53%73.33%-
HSV(B)192.73º30%86.27%-
XYZ48.3256.1876.01-
YUV192.05143.77100.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.55%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=26.55%
G=35.52%
B=37.93%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542062200.30.0600.14192.7348.5373.33
Hex9ACEDC1E60Ec13149
Octal23231633436601630161111
Binary1001101011001110110111001111011001110110000011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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