#9BC9DC

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

Shades of Regent St Blue #9BC9DC

Tints of Regent St Blue #9BC9DC

Color information

#9BC9DC (or 0x9BC9DC) is unknown color: approx Regent St Blue. HEX triplet: 9B, C9 and DC. RGB value is (155,201,220). Sum of RGB (Red+Green+Blue) = 155+201+220=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BC9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC9DC is #643623. Grayscale: #BDBDBD. Windows color (decimal): -6567460 or 14469531. OLE color: 14469531.

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

Color convert

RGB155201220-
CMYK0.300.0900.14
HSL197.54º48.15%73.53%-
HSV(B)197.54º29.55%86.27%-
XYZ47.3253.9175.62-
YUV189.41145.26103.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.91%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=26.91%
G=34.90%
B=38.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552012200.300.0900.14197.5448.1573.53
Hex9BC9DC1E90Ec6304a
Octal233311334361101630660112
Binary10011011110010011101110011110100101110110001101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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