#9BC7DE

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

Shades of Regent St Blue #9BC7DE

Tints of Regent St Blue #9BC7DE

Color information

#9BC7DE (or 0x9BC7DE) is unknown color: approx Regent St Blue. HEX triplet: 9B, C7 and DE. RGB value is (155,199,222). Sum of RGB (Red+Green+Blue) = 155+199+222=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BC7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7DE is #643821. Grayscale: #BCBCBC. Windows color (decimal): -6567970 or 14600091. OLE color: 14600091.

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

Color convert

RGB155199222-
CMYK0.300.1000.13
HSL200.6º50.38%73.92%-
HSV(B)200.6º30.18%87.06%-
XYZ47.1353.0976.87-
YUV188.47146.92104.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.91%
GREEN value IS 199 (78.12% from 255) = 34.55%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=26.91%
G=34.55%
B=38.54%

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
Decimal1551992220.300.1000.13200.650.3873.92
Hex9BC7DE1EA0Dc9324a
Octal233307336361201531162112
Binary10011011110001111101111011110101001101110010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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