#9BD0DD

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

Shades of Regent St Blue #9BD0DD

Tints of Regent St Blue #9BD0DD

Color information

#9BD0DD (or 0x9BD0DD) is unknown color: approx Regent St Blue. HEX triplet: 9B, D0 and DD. RGB value is (155,208,221). Sum of RGB (Red+Green+Blue) = 155+208+221=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BD0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD0DD is #642F22. Grayscale: #C1C1C1. Windows color (decimal): -6565667 or 14536859. OLE color: 14536859.

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

Color convert

RGB155208221-
CMYK0.300.0600.13
HSL191.82º49.25%73.73%-
HSV(B)191.82º29.86%86.67%-
XYZ49.1257.376.88-
YUV193.64143.44100.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.54%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=26.54%
G=35.62%
B=37.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552082210.300.0600.13191.8249.2573.73
Hex9BD0DD1E60Dc0314a
Octal23332033536601530061112
Binary1001101111010000110111011111011001101110000001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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