#9BCAD6

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

Shades of Regent St Blue #9BCAD6

Tints of Regent St Blue #9BCAD6

Color information

#9BCAD6 (or 0x9BCAD6) is unknown color: approx Regent St Blue. HEX triplet: 9B, CA and D6. RGB value is (155,202,214). Sum of RGB (Red+Green+Blue) = 155+202+214=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #9BCAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCAD6 is #643529. Grayscale: #BDBDBD. Windows color (decimal): -6567210 or 14076571. OLE color: 14076571.

HSL color Cylindrical-coordinate representation of color #9BCAD6: hue angle of 192.2º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BCAD6 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB155202214-
CMYK0.280.0600.16
HSL192.2º41.84%72.35%-
HSV(B)192.2º27.57%83.92%-
XYZ46.7854.0671.59-
YUV189.32141.93103.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.15%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 214 (83.98% from 255) = 37.48%
R=27.15%
G=35.38%
B=37.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552022140.280.0600.16192.241.8472.35
Hex9BCAD61C6010c02a48
Octal23331232634602030052110
Binary10011011110010101101011011100110010000110000001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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