#9BC7DD

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

Shades of Regent St Blue #9BC7DD

Tints of Regent St Blue #9BC7DD

Color information

#9BC7DD (or 0x9BC7DD) is unknown color: approx Regent St Blue. HEX triplet: 9B, C7 and DD. RGB value is (155,199,221). Sum of RGB (Red+Green+Blue) = 155+199+221=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BC7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7DD is #643822. Grayscale: #BCBCBC. Windows color (decimal): -6567971 or 14534555. OLE color: 14534555.

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

Color convert

RGB155199221-
CMYK0.300.1000.13
HSL200º49.25%73.73%-
HSV(B)200º29.86%86.67%-
XYZ46.9953.0476.17-
YUV188.35146.42104.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.96%
GREEN value IS 199 (78.12% from 255) = 34.61%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=26.96%
G=34.61%
B=38.43%

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
Decimal1551992210.300.1000.1320049.2573.73
Hex9BC7DD1EA0Dc8314a
Octal233307335361201531061112
Binary10011011110001111101110111110101001101110010001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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