#9BCCDC

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

Shades of Regent St Blue #9BCCDC

Tints of Regent St Blue #9BCCDC

Color information

#9BCCDC (or 0x9BCCDC) is unknown color: approx Regent St Blue. HEX triplet: 9B, CC and DC. RGB value is (155,204,220). Sum of RGB (Red+Green+Blue) = 155+204+220=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCDC is #643323. Grayscale: #BFBFBF. Windows color (decimal): -6566692 or 14470299. OLE color: 14470299.

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

Color convert

RGB155204220-
CMYK0.300.0700.14
HSL194.77º48.15%73.53%-
HSV(B)194.77º29.55%86.27%-
XYZ48.0355.3275.86-
YUV191.17144.27102.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.77%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=26.77%
G=35.23%
B=38.00%

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
Decimal1552042200.300.0700.14194.7748.1573.53
Hex9BCCDC1E70Ec3304a
Octal23331433436701630360112
Binary1001101111001100110111001111011101110110000111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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