#9AC0CD

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

Shades of Regent St Blue #9AC0CD

Tints of Regent St Blue #9AC0CD

Color information

#9AC0CD (or 0x9AC0CD) is unknown color: approx Regent St Blue. HEX triplet: 9A, C0 and CD. RGB value is (154,192,205). Sum of RGB (Red+Green+Blue) = 154+192+205=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #9AC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0CD is #653F32. Grayscale: #B6B6B6. Windows color (decimal): -6635315 or 13484186. OLE color: 13484186.

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

Color convert

RGB154192205-
CMYK0.250.0600.20
HSL195.29º33.77%70.39%-
HSV(B)195.29º24.88%80.39%-
XYZ43.248.9864.93-
YUV182.12140.91107.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.95%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=27.95%
G=34.85%
B=37.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541922050.250.0600.20195.2933.7770.39
Hex9AC0CD196014c32246
Octal23230031531602430342106
Binary10011010110000001100110111001110010100110000111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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