#9AC1CE

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

Shades of Regent St Blue #9AC1CE

Tints of Regent St Blue #9AC1CE

Color information

#9AC1CE (or 0x9AC1CE) is unknown color: approx Regent St Blue. HEX triplet: 9A, C1 and CE. RGB value is (154,193,206). Sum of RGB (Red+Green+Blue) = 154+193+206=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #9AC1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC1CE is #653E31. Grayscale: #B6B6B6. Windows color (decimal): -6635058 or 13549978. OLE color: 13549978.

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

Color convert

RGB154193206-
CMYK0.250.0600.19
HSL195º34.67%70.59%-
HSV(B)195º25.24%80.78%-
XYZ43.5449.4765.65-
YUV182.82141.08107.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.85%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=27.85%
G=34.90%
B=37.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541932060.250.0600.1919534.6770.59
Hex9AC1CE196013c32347
Octal23230131631602330343107
Binary10011010110000011100111011001110010011110000111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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