#9AC7CF

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

Shades of Regent St Blue #9AC7CF

Tints of Regent St Blue #9AC7CF

Color information

#9AC7CF (or 0x9AC7CF) is unknown color: approx Regent St Blue. HEX triplet: 9A, C7 and CF. RGB value is (154,199,207). Sum of RGB (Red+Green+Blue) = 154+199+207=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #9AC7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC7CF is #653830. Grayscale: #BABABA. Windows color (decimal): -6633521 or 13617050. OLE color: 13617050.

HSL color Cylindrical-coordinate representation of color #9AC7CF: hue angle of 189.06º 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 #9AC7CF is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154199207-
CMYK0.260.0400.19
HSL189.06º35.57%70.78%-
HSV(B)189.06º25.6%81.18%-
XYZ45.0152.2266.74-
YUV186.46139.59104.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.5%
GREEN value IS 199 (78.12% from 255) = 35.54%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=27.5%
G=35.54%
B=36.96%

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
Decimal1541992070.260.0400.19189.0635.5770.78
Hex9AC7CF1A4013bd2447
Octal23230731732402327544107
Binary10011010110001111100111111010100010011101111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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