#96BBCF

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

Shades of Regent St Blue #96BBCF

Tints of Regent St Blue #96BBCF

Color information

#96BBCF (or 0x96BBCF) is unknown color: approx Regent St Blue. HEX triplet: 96, BB and CF. RGB value is (150,187,207). Sum of RGB (Red+Green+Blue) = 150+187+207=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #96BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBCF is #694430. Grayscale: #B2B2B2. Windows color (decimal): -6898737 or 13613974. OLE color: 13613974.

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

Color convert

RGB150187207-
CMYK0.280.1000.19
HSL201.05º37.25%70%-
HSV(B)201.05º27.54%81.18%-
XYZ41.6146.5365.82-
YUV178.22144.24107.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.57%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=27.57%
G=34.38%
B=38.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501872070.280.1000.19201.0537.2570
Hex96BBCF1CA013c92546
Octal226273317341202331145106
Binary100101101011101111001111111001010010011110010011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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