#9BCEDD

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

Shades of Regent St Blue #9BCEDD

Tints of Regent St Blue #9BCEDD

Color information

#9BCEDD (or 0x9BCEDD) is unknown color: approx Regent St Blue. HEX triplet: 9B, CE and DD. RGB value is (155,206,221). Sum of RGB (Red+Green+Blue) = 155+206+221=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEDD is #643122. Grayscale: #C0C0C0. Windows color (decimal): -6566179 or 14536347. OLE color: 14536347.

HSL color Cylindrical-coordinate representation of color #9BCEDD: hue angle of 193.64º degrees, saturation: 0.49, 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 #9BCEDD is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155206221-
CMYK0.300.0700.13
HSL193.64º49.25%73.73%-
HSV(B)193.64º29.86%86.67%-
XYZ48.6456.3376.72-
YUV192.46144.1101.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.63%
GREEN value IS 206 (80.86% from 255) = 35.40%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=26.63%
G=35.40%
B=37.97%

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
Decimal1552062210.300.0700.13193.6449.2573.73
Hex9BCEDD1E70Dc2314a
Octal23331633536701530261112
Binary1001101111001110110111011111011101101110000101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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