#9AC6CF

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

Shades of Regent St Blue #9AC6CF

Tints of Regent St Blue #9AC6CF

Color information

#9AC6CF (or 0x9AC6CF) is unknown color: approx Regent St Blue. HEX triplet: 9A, C6 and CF. RGB value is (154,198,207). Sum of RGB (Red+Green+Blue) = 154+198+207=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #9AC6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC6CF is #653930. Grayscale: #B9B9B9. Windows color (decimal): -6633777 or 13616794. OLE color: 13616794.

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

Color convert

RGB154198207-
CMYK0.260.0400.19
HSL190.19º35.57%70.78%-
HSV(B)190.19º25.6%81.18%-
XYZ44.7851.7666.66-
YUV185.87139.92105.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.55%
GREEN value IS 198 (77.73% from 255) = 35.42%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=27.55%
G=35.42%
B=37.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541982070.260.0400.19190.1935.5770.78
Hex9AC6CF1A4013be2447
Octal23230631732402327644107
Binary10011010110001101100111111010100010011101111101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,198,207); }

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

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

 a { background-color: rgb(154,198,207); }

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

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

 span { border-color: rgb(154,198,207); }

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