#96BCCD

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

Shades of Regent St Blue #96BCCD

Tints of Regent St Blue #96BCCD

Color information

#96BCCD (or 0x96BCCD) is unknown color: approx Regent St Blue. HEX triplet: 96, BC and CD. RGB value is (150,188,205). Sum of RGB (Red+Green+Blue) = 150+188+205=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #96BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCCD is #694332. Grayscale: #B2B2B2. Windows color (decimal): -6898483 or 13483158. OLE color: 13483158.

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

Color convert

RGB150188205-
CMYK0.270.0800.20
HSL198.55º35.48%69.61%-
HSV(B)198.55º26.83%80.39%-
XYZ41.5846.8664.61-
YUV178.58142.91107.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=27.62%
G=34.62%
B=37.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501882050.270.0800.20198.5535.4869.61
Hex96BCCD1B8014c72346
Octal226274315331002430743106
Binary100101101011110011001101110111000010100110001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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