#9CC5D8

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

Shades of Regent St Blue #9CC5D8

Tints of Regent St Blue #9CC5D8

Color information

#9CC5D8 (or 0x9CC5D8) is unknown color: approx Regent St Blue. HEX triplet: 9C, C5 and D8. RGB value is (156,197,216). Sum of RGB (Red+Green+Blue) = 156+197+216=569 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.42% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 216 - color contains mainly: blue. Hex color #9CC5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC5D8 is #633A27. Grayscale: #BABABA. Windows color (decimal): -6502952 or 14206364. OLE color: 14206364.

HSL color Cylindrical-coordinate representation of color #9CC5D8: hue angle of 199º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CC5D8 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB156197216-
CMYK0.280.0900.15
HSL199º43.48%72.94%-
HSV(B)199º27.78%84.71%-
XYZ46.0751.9672.57-
YUV186.91144.42105.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.42%
GREEN value IS 197 (77.34% from 255) = 34.62%
BLUE value IS 216 (84.77% from 255) = 37.96%
R=27.42%
G=34.62%
B=37.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1561972160.280.0900.1519943.4872.94
Hex9CC5D81C90Fc72b49
Octal234305330341101730753111
Binary10011100110001011101100011100100101111110001111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,197,216); }

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

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

 a { background-color: rgb(156,197,216); }

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

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

 span { border-color: rgb(156,197,216); }

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