#9BCAD5

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

Shades of Regent St Blue #9BCAD5

Tints of Regent St Blue #9BCAD5

Color information

#9BCAD5 (or 0x9BCAD5) is unknown color: approx Regent St Blue. HEX triplet: 9B, CA and D5. RGB value is (155,202,213). Sum of RGB (Red+Green+Blue) = 155+202+213=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #9BCAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCAD5 is #64352A. Grayscale: #BDBDBD. Windows color (decimal): -6567211 or 14011035. OLE color: 14011035.

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

Color convert

RGB155202213-
CMYK0.270.0500.16
HSL191.38º40.85%72.16%-
HSV(B)191.38º27.23%83.53%-
XYZ46.6554.0170.92-
YUV189.2141.43103.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.19%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 213 (83.59% from 255) = 37.37%
R=27.19%
G=35.44%
B=37.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552022130.270.0500.16191.3840.8572.16
Hex9BCAD51B5010bf2948
Octal23331232533502027751110
Binary10011011110010101101010111011101010000101111111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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