#9BCADC

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

Shades of Regent St Blue #9BCADC

Tints of Regent St Blue #9BCADC

Color information

#9BCADC (or 0x9BCADC) is unknown color: approx Regent St Blue. HEX triplet: 9B, CA and DC. RGB value is (155,202,220). Sum of RGB (Red+Green+Blue) = 155+202+220=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BCADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCADC is #643523. Grayscale: #BDBDBD. Windows color (decimal): -6567204 or 14469787. OLE color: 14469787.

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

Color convert

RGB155202220-
CMYK0.300.0800.14
HSL196.62º48.15%73.53%-
HSV(B)196.62º29.55%86.27%-
XYZ47.5654.3875.7-
YUV190144.93103.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.86%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=26.86%
G=35.01%
B=38.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552022200.300.0800.14196.6248.1573.53
Hex9BCADC1E80Ec5304a
Octal233312334361001630560112
Binary10011011110010101101110011110100001110110001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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