#9BCEDB

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

Shades of Regent St Blue #9BCEDB

Tints of Regent St Blue #9BCEDB

Color information

#9BCEDB (or 0x9BCEDB) is unknown color: approx Regent St Blue. HEX triplet: 9B, CE and DB. RGB value is (155,206,219). Sum of RGB (Red+Green+Blue) = 155+206+219=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BCEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEDB is #643124. Grayscale: #C0C0C0. Windows color (decimal): -6566181 or 14405275. OLE color: 14405275.

HSL color Cylindrical-coordinate representation of color #9BCEDB: hue angle of 192.19º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BCEDB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155206219-
CMYK0.290.0600.14
HSL192.19º47.06%73.33%-
HSV(B)192.19º29.22%85.88%-
XYZ48.3856.2375.32-
YUV192.23143.1101.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.72%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=26.72%
G=35.52%
B=37.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552062190.290.0600.14192.1947.0673.33
Hex9BCEDB1D60Ec02f49
Octal23331633335601630057111
Binary1001101111001110110110111110111001110110000001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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