#9ACEDD

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

Shades of Regent St Blue #9ACEDD

Tints of Regent St Blue #9ACEDD

Color information

#9ACEDD (or 0x9ACEDD) is unknown color: approx Regent St Blue. HEX triplet: 9A, CE and DD. RGB value is (154,206,221). Sum of RGB (Red+Green+Blue) = 154+206+221=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ACEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACEDD is #653122. Grayscale: #C0C0C0. Windows color (decimal): -6631715 or 14536346. OLE color: 14536346.

HSL color Cylindrical-coordinate representation of color #9ACEDD: hue angle of 193.43º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ACEDD is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154206221-
CMYK0.300.0700.13
HSL193.43º49.63%73.53%-
HSV(B)193.43º30.32%86.67%-
XYZ48.4556.2376.71-
YUV192.16144.27100.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.51%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=26.51%
G=35.46%
B=38.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542062210.300.0700.13193.4349.6373.53
Hex9ACEDD1E70Dc1324a
Octal23231633536701530162112
Binary1001101011001110110111011111011101101110000011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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