#9BCDDD

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

Shades of Regent St Blue #9BCDDD

Tints of Regent St Blue #9BCDDD

Color information

#9BCDDD (or 0x9BCDDD) is unknown color: approx Regent St Blue. HEX triplet: 9B, CD and DD. RGB value is (155,205,221). Sum of RGB (Red+Green+Blue) = 155+205+221=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BCDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDDD is #643222. Grayscale: #BFBFBF. Windows color (decimal): -6566435 or 14536091. OLE color: 14536091.

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

Color convert

RGB155205221-
CMYK0.300.0700.13
HSL194.55º49.25%73.73%-
HSV(B)194.55º29.86%86.67%-
XYZ48.455.8576.64-
YUV191.87144.44101.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.68%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=26.68%
G=35.28%
B=38.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552052210.300.0700.13194.5549.2573.73
Hex9BCDDD1E70Dc3314a
Octal23331533536701530361112
Binary1001101111001101110111011111011101101110000111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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