Shades of Regent St Blue #96CFDE
Tints of Regent St Blue #96CFDE
RGB
CMYK
RGB Variations
Color information
#96CFDE (or 0x96CFDE) is known color: Regent St Blue. HEX triplet: 96, CF and DE. RGB value is (150,207,222). Sum of RGB (Red+Green+Blue) = 150+207+222=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #96CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFDE is #693021. Grayscale: #BFBFBF. Windows color (decimal): -6893602 or 14602134. OLE color: 14602134.
HSL color Cylindrical-coordinate representation of color #96CFDE: hue angle of 192.5º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96CFDE is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 207 | 222 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.13 |
| HSL | 192.5º | 0.52% | 0.73% | - |
| HSV(B) | 192.5º | 0.32% | 0.87% | - |
| XYZ | 48.08 | 56.38 | 77.46 | - |
| YUV | 191.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 222 | 0.32 | 0.07 | 0 | 0.13 | 192.5 | 0.52 | 0.73 |
| Hex | 96 | CF | DE | 20 | 7 | 0 | D | C0 | 34 | 49 |
| Octal | 226 | 317 | 336 | 40 | 7 | 0 | 15 | 300 | 64 | 111 |
| Binary | 10010110 | 11001111 | 11011110 | 100000 | 111 | 0 | 1101 | 11000000 | 110100 | 1001001 |
Color Harmonies of #96CFDE
Complementary color
Monochromatic Colors of #96CFDE
Black with #96CFDE
Text Example
Text Example
White with #96CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFDE; }
p { color: rgb(150,207,222); }
H1.HeaderClassName
{
color: #96CFDE;
}
.AnyTagClassName
{
color: #96CFDE;
}
</style>
background-color css
<style>
a { background-color: #96CFDE; }
a { background-color: rgb(150,207,222); }
div.DivClassName
{
background-color: #96CFDE;
}
.BgClassName
{
background-color: #96CFDE;
}
</style>
border-color css
<style>
span { border-color: #96CFDE; }
span { border-color: rgb(150,207,222); }
td.TdClassName
{
border-color: #96CFDE;
}
.TagClassName
{
border-color: #96CFDE;
}
</style>