#96BED7

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

Shades of Regent St Blue #96BED7

Tints of Regent St Blue #96BED7

Color information

#96BED7 (or 0x96BED7) is unknown color: approx Regent St Blue. HEX triplet: 96, BE and D7. RGB value is (150,190,215). Sum of RGB (Red+Green+Blue) = 150+190+215=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #96BED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BED7 is #694128. Grayscale: #B4B4B4. Windows color (decimal): -6897961 or 14139030. OLE color: 14139030.

HSL color Cylindrical-coordinate representation of color #96BED7: hue angle of 203.08º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96BED7 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150190215-
CMYK0.300.1200.16
HSL203.08º44.83%71.57%-
HSV(B)203.08º30.23%84.31%-
XYZ43.2648.2271.32-
YUV180.89147.25105.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 190 (74.61% from 255) = 34.23%
BLUE value IS 215 (84.38% from 255) = 38.74%
R=27.03%
G=34.23%
B=38.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501902150.300.1200.16203.0844.8371.57
Hex96BED71EC010cb2d48
Octal226276327361402031355110
Binary100101101011111011010111111101100010000110010111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BED7; }

 p { color: rgb(150,190,215); }

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

<style>
 a { background-color: #96BED7; }

 a { background-color: rgb(150,190,215); }

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

<style>
 span { border-color: #96BED7; }

 span { border-color: rgb(150,190,215); }

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