#96BDC9

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

Shades of Regent St Blue #96BDC9

Tints of Regent St Blue #96BDC9

Color information

#96BDC9 (or 0x96BDC9) is unknown color: approx Regent St Blue. HEX triplet: 96, BD and C9. RGB value is (150,189,201). Sum of RGB (Red+Green+Blue) = 150+189+201=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 201 - color contains mainly: blue. Hex color #96BDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDC9 is #694236. Grayscale: #B2B2B2. Windows color (decimal): -6898231 or 13221270. OLE color: 13221270.

HSL color Cylindrical-coordinate representation of color #96BDC9: hue angle of 194.12º 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 #96BDC9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150189201-
CMYK0.250.0600.21
HSL194.12º32.08%68.82%-
HSV(B)194.12º25.37%78.82%-
XYZ41.3247.162.17-
YUV178.71140.58107.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 201 (78.91% from 255) = 37.22%
R=27.78%
G=35%
B=37.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501892010.250.0600.21194.1232.0868.82
Hex96BDC9196015c22045
Octal22627531131602530240105
Binary10010110101111011100100111001110010101110000101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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