#96BDCE

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

Shades of Regent St Blue #96BDCE

Tints of Regent St Blue #96BDCE

Color information

#96BDCE (or 0x96BDCE) is unknown color: approx Regent St Blue. HEX triplet: 96, BD and CE. RGB value is (150,189,206). Sum of RGB (Red+Green+Blue) = 150+189+206=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #96BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDCE is #694231. Grayscale: #B3B3B3. Windows color (decimal): -6898226 or 13548950. OLE color: 13548950.

HSL color Cylindrical-coordinate representation of color #96BDCE: hue angle of 198.21º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96BDCE is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150189206-
CMYK0.270.0800.19
HSL198.21º36.36%69.8%-
HSV(B)198.21º27.18%80.78%-
XYZ41.9247.3465.32-
YUV179.28143.08107.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=27.52%
G=34.68%
B=37.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501892060.270.0800.19198.2136.3669.8
Hex96BDCE1B8013c62446
Octal226275316331002330644106
Binary100101101011110111001110110111000010011110001101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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