#96BDCF

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

Shades of Regent St Blue #96BDCF

Tints of Regent St Blue #96BDCF

Color information

#96BDCF (or 0x96BDCF) is unknown color: approx Regent St Blue. HEX triplet: 96, BD and CF. RGB value is (150,189,207). Sum of RGB (Red+Green+Blue) = 150+189+207=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #96BDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDCF is #694230. Grayscale: #B3B3B3. Windows color (decimal): -6898225 or 13614486. OLE color: 13614486.

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

Color convert

RGB150189207-
CMYK0.280.0900.19
HSL198.95º37.25%70%-
HSV(B)198.95º27.54%81.18%-
XYZ42.0447.3865.96-
YUV179.39143.58107.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.47%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=27.47%
G=34.62%
B=37.91%

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
Decimal1501892070.280.0900.19198.9537.2570
Hex96BDCF1C9013c72546
Octal226275317341102330745106
Binary100101101011110111001111111001001010011110001111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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