#9BD2DC

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

Shades of Regent St Blue #9BD2DC

Tints of Regent St Blue #9BD2DC

Color information

#9BD2DC (or 0x9BD2DC) is unknown color: approx Regent St Blue. HEX triplet: 9B, D2 and DC. RGB value is (155,210,220). Sum of RGB (Red+Green+Blue) = 155+210+220=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BD2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD2DC is #642D23. Grayscale: #C2C2C2. Windows color (decimal): -6565156 or 14471835. OLE color: 14471835.

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

Color convert

RGB155210220-
CMYK0.300.0500.14
HSL189.23º48.15%73.53%-
HSV(B)189.23º29.55%86.27%-
XYZ49.4858.2376.34-
YUV194.7142.2899.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.50%
GREEN value IS 210 (82.42% from 255) = 35.90%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=26.50%
G=35.90%
B=37.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552102200.300.0500.14189.2348.1573.53
Hex9BD2DC1E50Ebd304a
Octal23332233436501627560112
Binary1001101111010010110111001111010101110101111011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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