#9BC6DD

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

Shades of Regent St Blue #9BC6DD

Tints of Regent St Blue #9BC6DD

Color information

#9BC6DD (or 0x9BC6DD) is unknown color: approx Regent St Blue. HEX triplet: 9B, C6 and DD. RGB value is (155,198,221). Sum of RGB (Red+Green+Blue) = 155+198+221=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BC6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC6DD is #643922. Grayscale: #BBBBBB. Windows color (decimal): -6568227 or 14534299. OLE color: 14534299.

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

Color convert

RGB155198221-
CMYK0.300.1000.13
HSL200.91º49.25%73.73%-
HSV(B)200.91º29.86%86.67%-
XYZ46.7652.5876.09-
YUV187.76146.75104.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.00%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=27.00%
G=34.49%
B=38.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551982210.300.1000.13200.9149.2573.73
Hex9BC6DD1EA0Dc9314a
Octal233306335361201531161112
Binary10011011110001101101110111110101001101110010011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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