#9AC2CA

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

Shades of Regent St Blue #9AC2CA

Tints of Regent St Blue #9AC2CA

Color information

#9AC2CA (or 0x9AC2CA) is unknown color: approx Regent St Blue. HEX triplet: 9A, C2 and CA. RGB value is (154,194,202). Sum of RGB (Red+Green+Blue) = 154+194+202=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #9AC2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC2CA is #653D35. Grayscale: #B6B6B6. Windows color (decimal): -6634806 or 13288090. OLE color: 13288090.

HSL color Cylindrical-coordinate representation of color #9AC2CA: hue angle of 190º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AC2CA is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154194202-
CMYK0.240.0400.21
HSL190º31.17%69.8%-
HSV(B)190º23.76%79.22%-
XYZ43.2849.7263.19-
YUV182.95138.75107.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28%
GREEN value IS 194 (76.17% from 255) = 35.27%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=28%
G=35.27%
B=36.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541942020.240.0400.2119031.1769.8
Hex9AC2CA184015be1f46
Octal23230231230402527637106
Binary1001101011000010110010101100010001010110111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,194,202); }

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

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

 a { background-color: rgb(154,194,202); }

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

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

 span { border-color: rgb(154,194,202); }

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