#9AC5CD

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

Shades of Regent St Blue #9AC5CD

Tints of Regent St Blue #9AC5CD

Color information

#9AC5CD (or 0x9AC5CD) is unknown color: approx Regent St Blue. HEX triplet: 9A, C5 and CD. RGB value is (154,197,205). Sum of RGB (Red+Green+Blue) = 154+197+205=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #9AC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC5CD is #653A32. Grayscale: #B8B8B8. Windows color (decimal): -6634035 or 13485466. OLE color: 13485466.

HSL color Cylindrical-coordinate representation of color #9AC5CD: hue angle of 189.41º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AC5CD is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154197205-
CMYK0.250.0400.20
HSL189.41º33.77%70.39%-
HSV(B)189.41º24.88%80.39%-
XYZ44.3151.2165.31-
YUV185.06139.25105.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.70%
GREEN value IS 197 (77.34% from 255) = 35.43%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=27.70%
G=35.43%
B=36.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541972050.250.0400.20189.4133.7770.39
Hex9AC5CD194014bd2246
Octal23230531531402427542106
Binary10011010110001011100110111001100010100101111011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,197,205); }

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

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

 a { background-color: rgb(154,197,205); }

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

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

 span { border-color: rgb(154,197,205); }

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