Shades of Regent St Blue #99CFE0
Tints of Regent St Blue #99CFE0
RGB
CMYK
RGB Variations
Color information
#99CFE0 (or 0x99CFE0) is known color: Regent St Blue. HEX triplet: 99, CF and E0. RGB value is (153,207,224). Sum of RGB (Red+Green+Blue) = 153+207+224=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #99CFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFE0 is #66301F. Grayscale: #C0C0C0. Windows color (decimal): -6696992 or 14733209. OLE color: 14733209.
HSL color Cylindrical-coordinate representation of color #99CFE0: hue angle of 194.37º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99CFE0 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 207 | 224 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.12 |
| HSL | 194.37º | 0.53% | 0.74% | - |
| HSV(B) | 194.37º | 0.32% | 0.88% | - |
| XYZ | 48.9 | 56.78 | 78.9 | - |
| YUV | 192.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 224 | 0.32 | 0.08 | 0 | 0.12 | 194.37 | 0.53 | 0.74 |
| Hex | 99 | CF | E0 | 20 | 8 | 0 | C | C2 | 35 | 4A |
| Octal | 231 | 317 | 340 | 40 | 10 | 0 | 14 | 302 | 65 | 112 |
| Binary | 10011001 | 11001111 | 11100000 | 100000 | 1000 | 0 | 1100 | 11000010 | 110101 | 1001010 |
Color Harmonies of #99CFE0
Complementary color
Monochromatic Colors of #99CFE0
Black with #99CFE0
Text Example
Text Example
White with #99CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFE0; }
p { color: rgb(153,207,224); }
H1.HeaderClassName
{
color: #99CFE0;
}
.AnyTagClassName
{
color: #99CFE0;
}
</style>
background-color css
<style>
a { background-color: #99CFE0; }
a { background-color: rgb(153,207,224); }
div.DivClassName
{
background-color: #99CFE0;
}
.BgClassName
{
background-color: #99CFE0;
}
</style>
border-color css
<style>
span { border-color: #99CFE0; }
span { border-color: rgb(153,207,224); }
td.TdClassName
{
border-color: #99CFE0;
}
.TagClassName
{
border-color: #99CFE0;
}
</style>