#9BCBDD

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

Shades of Regent St Blue #9BCBDD

Tints of Regent St Blue #9BCBDD

Color information

#9BCBDD (or 0x9BCBDD) is unknown color: approx Regent St Blue. HEX triplet: 9B, CB and DD. RGB value is (155,203,221). Sum of RGB (Red+Green+Blue) = 155+203+221=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCBDD is #643422. Grayscale: #BEBEBE. Windows color (decimal): -6566947 or 14535579. OLE color: 14535579.

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

Color convert

RGB155203221-
CMYK0.300.0800.13
HSL196.36º49.25%73.73%-
HSV(B)196.36º29.86%86.67%-
XYZ47.9254.976.48-
YUV190.7145.1102.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.77%
GREEN value IS 203 (79.69% from 255) = 35.06%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=26.77%
G=35.06%
B=38.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552032210.300.0800.13196.3649.2573.73
Hex9BCBDD1E80Dc4314a
Octal233313335361001530461112
Binary10011011110010111101110111110100001101110001001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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