#9AC0CE

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

Shades of Regent St Blue #9AC0CE

Tints of Regent St Blue #9AC0CE

Color information

#9AC0CE (or 0x9AC0CE) is unknown color: approx Regent St Blue. HEX triplet: 9A, C0 and CE. RGB value is (154,192,206). Sum of RGB (Red+Green+Blue) = 154+192+206=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #9AC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0CE is #653F31. Grayscale: #B6B6B6. Windows color (decimal): -6635314 or 13549722. OLE color: 13549722.

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

Color convert

RGB154192206-
CMYK0.250.0700.19
HSL196.15º34.67%70.59%-
HSV(B)196.15º25.24%80.78%-
XYZ43.3249.0365.57-
YUV182.23141.41107.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.90%
GREEN value IS 192 (75.39% from 255) = 34.78%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=27.90%
G=34.78%
B=37.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541922060.250.0700.19196.1534.6770.59
Hex9AC0CE197013c42347
Octal23230031631702330443107
Binary10011010110000001100111011001111010011110001001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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