#96BCCF

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

Shades of Regent St Blue #96BCCF

Tints of Regent St Blue #96BCCF

Color information

#96BCCF (or 0x96BCCF) is unknown color: approx Regent St Blue. HEX triplet: 96, BC and CF. RGB value is (150,188,207). Sum of RGB (Red+Green+Blue) = 150+188+207=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #96BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCCF is #694330. Grayscale: #B2B2B2. Windows color (decimal): -6898481 or 13614230. OLE color: 13614230.

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

Color convert

RGB150188207-
CMYK0.280.0900.19
HSL200º37.25%70%-
HSV(B)200º27.54%81.18%-
XYZ41.8246.9665.89-
YUV178.8143.91107.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=27.52%
G=34.50%
B=37.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501882070.280.0900.1920037.2570
Hex96BCCF1C9013c82546
Octal226274317341102331045106
Binary100101101011110011001111111001001010011110010001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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