#96BCCE

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

Shades of Regent St Blue #96BCCE

Tints of Regent St Blue #96BCCE

Color information

#96BCCE (or 0x96BCCE) is unknown color: approx Regent St Blue. HEX triplet: 96, BC and CE. RGB value is (150,188,206). Sum of RGB (Red+Green+Blue) = 150+188+206=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #96BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCCE is #694331. Grayscale: #B2B2B2. Windows color (decimal): -6898482 or 13548694. OLE color: 13548694.

HSL color Cylindrical-coordinate representation of color #96BCCE: hue angle of 199.29º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96BCCE is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150188206-
CMYK0.270.0900.19
HSL199.29º36.36%69.8%-
HSV(B)199.29º27.18%80.78%-
XYZ41.746.9165.25-
YUV178.69143.41107.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.57%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=27.57%
G=34.56%
B=37.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501882060.270.0900.19199.2936.3669.8
Hex96BCCE1B9013c72446
Octal226274316331102330744106
Binary100101101011110011001110110111001010011110001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,188,206); }

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

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

 a { background-color: rgb(150,188,206); }

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

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

 span { border-color: rgb(150,188,206); }

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