#96BFCA

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

Shades of Regent St Blue #96BFCA

Tints of Regent St Blue #96BFCA

Color information

#96BFCA (or 0x96BFCA) is unknown color: approx Regent St Blue. HEX triplet: 96, BF and CA. RGB value is (150,191,202). Sum of RGB (Red+Green+Blue) = 150+191+202=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #96BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFCA is #694035. Grayscale: #B3B3B3. Windows color (decimal): -6897718 or 13287318. OLE color: 13287318.

HSL color Cylindrical-coordinate representation of color #96BFCA: hue angle of 192.69º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96BFCA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150191202-
CMYK0.260.0500.21
HSL192.69º32.91%69.02%-
HSV(B)192.69º25.74%79.22%-
XYZ41.8748.0162.94-
YUV179.99140.42106.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=27.62%
G=35.17%
B=37.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501912020.260.0500.21192.6932.9169.02
Hex96BFCA1A5015c12145
Octal22627731232502530141105
Binary10010110101111111100101011010101010101110000011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,191,202); }

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

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

 a { background-color: rgb(150,191,202); }

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

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

 span { border-color: rgb(150,191,202); }

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