Shades of Columbia Blue #99D1FE
Tints of Columbia Blue #99D1FE
RGB
CMYK
RGB Variations
Color information
#99D1FE (or 0x99D1FE) is known color: Columbia Blue. HEX triplet: 99, D1 and FE. RGB value is (153,209,254). Sum of RGB (Red+Green+Blue) = 153+209+254=616 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.84% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #99D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D1FE is #662E01. Grayscale: #C5C5C5. Windows color (decimal): -6696450 or 16699801. OLE color: 16699801.
HSL color Cylindrical-coordinate representation of color #99D1FE: hue angle of 206.73º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99D1FE is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 209 | 254 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.00 |
| HSL | 206.73º | 0.98% | 0.8% | - |
| HSV(B) | 206.73º | 0.4% | 1% | - |
| XYZ | 53.83 | 59.53 | 102.42 | - |
| YUV | 197.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 254 | 0.40 | 0.18 | 0 | 0.00 | 206.73 | 0.98 | 0.8 |
| Hex | 99 | D1 | FE | 28 | 12 | 0 | 0 | CF | 62 | 50 |
| Octal | 231 | 321 | 376 | 50 | 22 | 0 | 0 | 317 | 142 | 120 |
| Binary | 10011001 | 11010001 | 11111110 | 101000 | 10010 | 0 | 0 | 11001111 | 1100010 | 1010000 |
Color Harmonies of #99D1FE
Complementary color
Monochromatic Colors of #99D1FE
Black with #99D1FE
Text Example
Text Example
White with #99D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D1FE; }
p { color: rgb(153,209,254); }
H1.HeaderClassName
{
color: #99D1FE;
}
.AnyTagClassName
{
color: #99D1FE;
}
</style>
background-color css
<style>
a { background-color: #99D1FE; }
a { background-color: rgb(153,209,254); }
div.DivClassName
{
background-color: #99D1FE;
}
.BgClassName
{
background-color: #99D1FE;
}
</style>
border-color css
<style>
span { border-color: #99D1FE; }
span { border-color: rgb(153,209,254); }
td.TdClassName
{
border-color: #99D1FE;
}
.TagClassName
{
border-color: #99D1FE;
}
</style>