#96BACF

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

Shades of Regent St Blue #96BACF

Tints of Regent St Blue #96BACF

Color information

#96BACF (or 0x96BACF) is unknown color: approx Regent St Blue. HEX triplet: 96, BA and CF. RGB value is (150,186,207). Sum of RGB (Red+Green+Blue) = 150+186+207=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #96BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BACF is #694530. Grayscale: #B1B1B1. Windows color (decimal): -6898993 or 13613718. OLE color: 13613718.

HSL color Cylindrical-coordinate representation of color #96BACF: hue angle of 202.11º 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 #96BACF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150186207-
CMYK0.280.1000.19
HSL202.11º37.25%70%-
HSV(B)202.11º27.54%81.18%-
XYZ41.446.1165.75-
YUV177.63144.57108.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=27.62%
G=34.25%
B=38.12%

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
Decimal1501862070.280.1000.19202.1137.2570
Hex96BACF1CA013ca2546
Octal226272317341202331245106
Binary100101101011101011001111111001010010011110010101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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