#9ACAD3

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

Shades of Regent St Blue #9ACAD3

Tints of Regent St Blue #9ACAD3

Color information

#9ACAD3 (or 0x9ACAD3) is unknown color: approx Regent St Blue. HEX triplet: 9A, CA and D3. RGB value is (154,202,211). Sum of RGB (Red+Green+Blue) = 154+202+211=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 211 - color contains mainly: blue. Hex color #9ACAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACAD3 is #65352C. Grayscale: #BCBCBC. Windows color (decimal): -6632749 or 13879962. OLE color: 13879962.

HSL color Cylindrical-coordinate representation of color #9ACAD3: hue angle of 189.47º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ACAD3 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB154202211-
CMYK0.270.0400.17
HSL189.47º39.31%71.57%-
HSV(B)189.47º27.01%82.75%-
XYZ46.253.8169.58-
YUV188.67140.6103.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.16%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 211 (82.81% from 255) = 37.21%
R=27.16%
G=35.63%
B=37.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542022110.270.0400.17189.4739.3171.57
Hex9ACAD31B4011bd2748
Octal23231232333402127547110
Binary10011010110010101101001111011100010001101111011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,211); }

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

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

 a { background-color: rgb(154,202,211); }

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

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

 span { border-color: rgb(154,202,211); }

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