#9BCADA

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

Shades of Regent St Blue #9BCADA

Tints of Regent St Blue #9BCADA

Color information

#9BCADA (or 0x9BCADA) is unknown color: approx Regent St Blue. HEX triplet: 9B, CA and DA. RGB value is (155,202,218). Sum of RGB (Red+Green+Blue) = 155+202+218=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BCADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCADA is #643525. Grayscale: #BDBDBD. Windows color (decimal): -6567206 or 14338715. OLE color: 14338715.

HSL color Cylindrical-coordinate representation of color #9BCADA: hue angle of 195.24º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BCADA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155202218-
CMYK0.290.0700.15
HSL195.24º45.99%73.14%-
HSV(B)195.24º28.9%85.49%-
XYZ47.2954.2774.31-
YUV189.77143.93103.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.96%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=26.96%
G=35.13%
B=37.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552022180.290.0700.15195.2445.9973.14
Hex9BCADA1D70Fc32e49
Octal23331233235701730356111
Binary1001101111001010110110101110111101111110000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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