#9BCBDC

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

Shades of Regent St Blue #9BCBDC

Tints of Regent St Blue #9BCBDC

Color information

#9BCBDC (or 0x9BCBDC) is unknown color: approx Regent St Blue. HEX triplet: 9B, CB and DC. RGB value is (155,203,220). Sum of RGB (Red+Green+Blue) = 155+203+220=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BCBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCBDC is #643423. Grayscale: #BEBEBE. Windows color (decimal): -6566948 or 14470043. OLE color: 14470043.

HSL color Cylindrical-coordinate representation of color #9BCBDC: hue angle of 195.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BCBDC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155203220-
CMYK0.300.0800.14
HSL195.69º48.15%73.53%-
HSV(B)195.69º29.55%86.27%-
XYZ47.7954.8575.78-
YUV190.59144.6102.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.82%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=26.82%
G=35.12%
B=38.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552032200.300.0800.14195.6948.1573.53
Hex9BCBDC1E80Ec4304a
Octal233313334361001630460112
Binary10011011110010111101110011110100001110110001001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,203,220); }

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

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

 a { background-color: rgb(155,203,220); }

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

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

 span { border-color: rgb(155,203,220); }

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