Shades of Regent St Blue #96CFE0
Tints of Regent St Blue #96CFE0
RGB
CMYK
RGB Variations
Color information
#96CFE0 (or 0x96CFE0) is known color: Regent St Blue. HEX triplet: 96, CF and E0. RGB value is (150,207,224). Sum of RGB (Red+Green+Blue) = 150+207+224=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #96CFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFE0 is #69301F. Grayscale: #BFBFBF. Windows color (decimal): -6893600 or 14733206. OLE color: 14733206.
HSL color Cylindrical-coordinate representation of color #96CFE0: hue angle of 193.78º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96CFE0 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 207 | 224 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.12 |
| HSL | 193.78º | 0.54% | 0.73% | - |
| HSV(B) | 193.78º | 0.33% | 0.88% | - |
| XYZ | 48.35 | 56.49 | 78.88 | - |
| YUV | 191.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 224 | 0.33 | 0.08 | 0 | 0.12 | 193.78 | 0.54 | 0.73 |
| Hex | 96 | CF | E0 | 21 | 8 | 0 | C | C2 | 36 | 49 |
| Octal | 226 | 317 | 340 | 41 | 10 | 0 | 14 | 302 | 66 | 111 |
| Binary | 10010110 | 11001111 | 11100000 | 100001 | 1000 | 0 | 1100 | 11000010 | 110110 | 1001001 |
Color Harmonies of #96CFE0
Complementary color
Monochromatic Colors of #96CFE0
Black with #96CFE0
Text Example
Text Example
White with #96CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFE0; }
p { color: rgb(150,207,224); }
H1.HeaderClassName
{
color: #96CFE0;
}
.AnyTagClassName
{
color: #96CFE0;
}
</style>
background-color css
<style>
a { background-color: #96CFE0; }
a { background-color: rgb(150,207,224); }
div.DivClassName
{
background-color: #96CFE0;
}
.BgClassName
{
background-color: #96CFE0;
}
</style>
border-color css
<style>
span { border-color: #96CFE0; }
span { border-color: rgb(150,207,224); }
td.TdClassName
{
border-color: #96CFE0;
}
.TagClassName
{
border-color: #96CFE0;
}
</style>