#9AC5CE

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

Shades of Regent St Blue #9AC5CE

Tints of Regent St Blue #9AC5CE

Color information

#9AC5CE (or 0x9AC5CE) is unknown color: approx Regent St Blue. HEX triplet: 9A, C5 and CE. RGB value is (154,197,206). Sum of RGB (Red+Green+Blue) = 154+197+206=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #9AC5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC5CE is #653A31. Grayscale: #B9B9B9. Windows color (decimal): -6634034 or 13551002. OLE color: 13551002.

HSL color Cylindrical-coordinate representation of color #9AC5CE: hue angle of 190.38º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AC5CE is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154197206-
CMYK0.250.0400.19
HSL190.38º34.67%70.59%-
HSV(B)190.38º25.24%80.78%-
XYZ44.4351.2665.94-
YUV185.17139.75105.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.65%
GREEN value IS 197 (77.34% from 255) = 35.37%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=27.65%
G=35.37%
B=36.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541972060.250.0400.19190.3834.6770.59
Hex9AC5CE194013be2347
Octal23230531631402327643107
Binary10011010110001011100111011001100010011101111101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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