#96BEC9

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

Shades of Regent St Blue #96BEC9

Tints of Regent St Blue #96BEC9

Color information

#96BEC9 (or 0x96BEC9) is unknown color: approx Regent St Blue. HEX triplet: 96, BE and C9. RGB value is (150,190,201). Sum of RGB (Red+Green+Blue) = 150+190+201=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 201 - color contains mainly: blue. Hex color #96BEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEC9 is #694136. Grayscale: #B3B3B3. Windows color (decimal): -6897975 or 13221526. OLE color: 13221526.

HSL color Cylindrical-coordinate representation of color #96BEC9: hue angle of 192.94º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96BEC9 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150190201-
CMYK0.250.0500.21
HSL192.94º32.08%68.82%-
HSV(B)192.94º25.37%78.82%-
XYZ41.5347.5362.24-
YUV179.29140.25107.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.73%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 201 (78.91% from 255) = 37.15%
R=27.73%
G=35.12%
B=37.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501902010.250.0500.21192.9432.0868.82
Hex96BEC9195015c12045
Octal22627631131502530140105
Binary10010110101111101100100111001101010101110000011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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