#9BCED8

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

Shades of Regent St Blue #9BCED8

Tints of Regent St Blue #9BCED8

Color information

#9BCED8 (or 0x9BCED8) is unknown color: approx Regent St Blue. HEX triplet: 9B, CE and D8. RGB value is (155,206,216). Sum of RGB (Red+Green+Blue) = 155+206+216=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #9BCED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCED8 is #643127. Grayscale: #BFBFBF. Windows color (decimal): -6566184 or 14208667. OLE color: 14208667.

HSL color Cylindrical-coordinate representation of color #9BCED8: hue angle of 189.84º degrees, saturation: 0.44, 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 #9BCED8 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155206216-
CMYK0.280.0500.15
HSL189.84º43.88%72.75%-
HSV(B)189.84º28.24%84.71%-
XYZ47.9856.0773.26-
YUV191.89141.6101.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.86%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 216 (84.77% from 255) = 37.44%
R=26.86%
G=35.70%
B=37.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552062160.280.0500.15189.8443.8872.75
Hex9BCED81C50Fbe2c49
Octal23331633034501727654111
Binary1001101111001110110110001110010101111101111101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,206,216); }

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

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

 a { background-color: rgb(155,206,216); }

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

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

 span { border-color: rgb(155,206,216); }

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