#9BCCDD

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

Shades of Regent St Blue #9BCCDD

Tints of Regent St Blue #9BCCDD

Color information

#9BCCDD (or 0x9BCCDD) is unknown color: approx Regent St Blue. HEX triplet: 9B, CC and DD. RGB value is (155,204,221). Sum of RGB (Red+Green+Blue) = 155+204+221=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BCCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCDD is #643322. Grayscale: #BFBFBF. Windows color (decimal): -6566691 or 14535835. OLE color: 14535835.

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

Color convert

RGB155204221-
CMYK0.300.0800.13
HSL195.45º49.25%73.73%-
HSV(B)195.45º29.86%86.67%-
XYZ48.1655.3776.56-
YUV191.29144.77102.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.72%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=26.72%
G=35.17%
B=38.10%

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
Decimal1552042210.300.0800.13195.4549.2573.73
Hex9BCCDD1E80Dc3314a
Octal233314335361001530361112
Binary10011011110011001101110111110100001101110000111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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