#96BBCD

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

Shades of Regent St Blue #96BBCD

Tints of Regent St Blue #96BBCD

Color information

#96BBCD (or 0x96BBCD) is unknown color: approx Regent St Blue. HEX triplet: 96, BB and CD. RGB value is (150,187,205). Sum of RGB (Red+Green+Blue) = 150+187+205=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #96BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBCD is #694432. Grayscale: #B1B1B1. Windows color (decimal): -6898739 or 13482902. OLE color: 13482902.

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

Color convert

RGB150187205-
CMYK0.270.0900.20
HSL199.64º35.48%69.61%-
HSV(B)199.64º26.83%80.39%-
XYZ41.3746.4364.54-
YUV177.99143.24108.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.68%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=27.68%
G=34.50%
B=37.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501872050.270.0900.20199.6435.4869.61
Hex96BBCD1B9014c82346
Octal226273315331102431043106
Binary100101101011101111001101110111001010100110010001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,187,205); }

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

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

 a { background-color: rgb(150,187,205); }

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

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

 span { border-color: rgb(150,187,205); }

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