#9BCDDC

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

Shades of Regent St Blue #9BCDDC

Tints of Regent St Blue #9BCDDC

Color information

#9BCDDC (or 0x9BCDDC) is unknown color: approx Regent St Blue. HEX triplet: 9B, CD and DC. RGB value is (155,205,220). Sum of RGB (Red+Green+Blue) = 155+205+220=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BCDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDDC is #643223. Grayscale: #BFBFBF. Windows color (decimal): -6566436 or 14470555. OLE color: 14470555.

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

Color convert

RGB155205220-
CMYK0.300.0700.14
HSL193.85º48.15%73.53%-
HSV(B)193.85º29.55%86.27%-
XYZ48.2755.875.94-
YUV191.76143.94101.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.72%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=26.72%
G=35.34%
B=37.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552052200.300.0700.14193.8548.1573.53
Hex9BCDDC1E70Ec2304a
Octal23331533436701630260112
Binary1001101111001101110111001111011101110110000101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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