#9BCEDE

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

Shades of Regent St Blue #9BCEDE

Tints of Regent St Blue #9BCEDE

Color information

#9BCEDE (or 0x9BCEDE) is unknown color: approx Regent St Blue. HEX triplet: 9B, CE and DE. RGB value is (155,206,222). Sum of RGB (Red+Green+Blue) = 155+206+222=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BCEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEDE is #643121. Grayscale: #C0C0C0. Windows color (decimal): -6566178 or 14601883. OLE color: 14601883.

HSL color Cylindrical-coordinate representation of color #9BCEDE: hue angle of 194.33º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BCEDE is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155206222-
CMYK0.300.0700.13
HSL194.33º50.38%73.92%-
HSV(B)194.33º30.18%87.06%-
XYZ48.7756.3977.42-
YUV192.58144.6101.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.59%
GREEN value IS 206 (80.86% from 255) = 35.33%
BLUE value IS 222 (87.11% from 255) = 38.08%
R=26.59%
G=35.33%
B=38.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552062220.300.0700.13194.3350.3873.92
Hex9BCEDE1E70Dc2324a
Octal23331633636701530262112
Binary1001101111001110110111101111011101101110000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,206,222); }

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

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

 a { background-color: rgb(155,206,222); }

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

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

 span { border-color: rgb(155,206,222); }

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