#9AC3CC

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

Shades of Regent St Blue #9AC3CC

Tints of Regent St Blue #9AC3CC

Color information

#9AC3CC (or 0x9AC3CC) is unknown color: approx Regent St Blue. HEX triplet: 9A, C3 and CC. RGB value is (154,195,204). Sum of RGB (Red+Green+Blue) = 154+195+204=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #9AC3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC3CC is #653C33. Grayscale: #B7B7B7. Windows color (decimal): -6634548 or 13419418. OLE color: 13419418.

HSL color Cylindrical-coordinate representation of color #9AC3CC: hue angle of 190.8º degrees, saturation: 0.33, 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 #9AC3CC is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB154195204-
CMYK0.250.0400.2
HSL190.8º32.89%70.2%-
HSV(B)190.8º24.51%80%-
XYZ43.7450.2664.52-
YUV183.77139.42106.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.85%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=27.85%
G=35.26%
B=36.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541952040.250.0400.2190.832.8970.2
Hex9AC3CC194014bf2146
Octal23230331431402427741106
Binary10011010110000111100110011001100010100101111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,195,204); }

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

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

 a { background-color: rgb(154,195,204); }

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

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

 span { border-color: rgb(154,195,204); }

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