#9BCDE0

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

Shades of Regent St Blue #9BCDE0

Tints of Regent St Blue #9BCDE0

Color information

#9BCDE0 (or 0x9BCDE0) is unknown color: approx Regent St Blue. HEX triplet: 9B, CD and E0. RGB value is (155,205,224). Sum of RGB (Red+Green+Blue) = 155+205+224=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BCDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDE0 is #64321F. Grayscale: #C0C0C0. Windows color (decimal): -6566432 or 14732699. OLE color: 14732699.

HSL color Cylindrical-coordinate representation of color #9BCDE0: hue angle of 196.52º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BCDE0 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB155205224-
CMYK0.310.0800.12
HSL196.52º52.67%74.31%-
HSV(B)196.52º30.8%87.84%-
XYZ48.856.0178.76-
YUV192.22145.94101.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.54%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 224 (87.89% from 255) = 38.36%
R=26.54%
G=35.10%
B=38.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552052240.310.0800.12196.5252.6774.31
Hex9BCDE01F80Cc5354a
Octal233315340371001430565112
Binary10011011110011011110000011111100001100110001011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,205,224); }

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

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

 a { background-color: rgb(155,205,224); }

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

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

 span { border-color: rgb(155,205,224); }

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