#96C3CF

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

Shades of Regent St Blue #96C3CF

Tints of Regent St Blue #96C3CF

Color information

#96C3CF (or 0x96C3CF) is unknown color: approx Regent St Blue. HEX triplet: 96, C3 and CF. RGB value is (150,195,207). Sum of RGB (Red+Green+Blue) = 150+195+207=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #96C3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C3CF is #693C30. Grayscale: #B6B6B6. Windows color (decimal): -6896689 or 13616022. OLE color: 13616022.

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

Color convert

RGB150195207-
CMYK0.280.0600.19
HSL192.63º37.25%70%-
HSV(B)192.63º27.54%81.18%-
XYZ43.3650.0266.4-
YUV182.91141.59104.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.17%
GREEN value IS 195 (76.56% from 255) = 35.33%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=27.17%
G=35.33%
B=37.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501952070.280.0600.19192.6337.2570
Hex96C3CF1C6013c12546
Octal22630331734602330145106
Binary10010110110000111100111111100110010011110000011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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