#9BCCDB

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

Shades of Regent St Blue #9BCCDB

Tints of Regent St Blue #9BCCDB

Color information

#9BCCDB (or 0x9BCCDB) is unknown color: approx Regent St Blue. HEX triplet: 9B, CC and DB. RGB value is (155,204,219). Sum of RGB (Red+Green+Blue) = 155+204+219=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCDB is #643324. Grayscale: #BEBEBE. Windows color (decimal): -6566693 or 14404763. OLE color: 14404763.

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

Color convert

RGB155204219-
CMYK0.290.0700.14
HSL194.06º47.06%73.33%-
HSV(B)194.06º29.22%85.88%-
XYZ47.955.2775.16-
YUV191.06143.77102.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.82%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 219 (85.94% from 255) = 37.89%
R=26.82%
G=35.29%
B=37.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552042190.290.0700.14194.0647.0673.33
Hex9BCCDB1D70Ec22f49
Octal23331433335701630257111
Binary1001101111001100110110111110111101110110000101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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