Shades of Columbia Blue #99CFF9
Tints of Columbia Blue #99CFF9
RGB
CMYK
RGB Variations
Color information
#99CFF9 (or 0x99CFF9) is known color: Columbia Blue. HEX triplet: 99, CF and F9. RGB value is (153,207,249). Sum of RGB (Red+Green+Blue) = 153+207+249=609 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.12% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #99CFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CFF9 is #663006. Grayscale: #C3C3C3. Windows color (decimal): -6696967 or 16371609. OLE color: 16371609.
HSL color Cylindrical-coordinate representation of color #99CFF9: hue angle of 206.25º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99CFF9 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 207 | 249 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.02 |
| HSL | 206.25º | 0.89% | 0.79% | - |
| HSV(B) | 206.25º | 0.39% | 0.98% | - |
| XYZ | 52.55 | 58.24 | 98.09 | - |
| YUV | 195.64 | 158.11 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 249 | 0.39 | 0.17 | 0 | 0.02 | 206.25 | 0.89 | 0.79 |
| Hex | 99 | CF | F9 | 27 | 11 | 0 | 2 | CE | 59 | 4F |
| Octal | 231 | 317 | 371 | 47 | 21 | 0 | 2 | 316 | 131 | 117 |
| Binary | 10011001 | 11001111 | 11111001 | 100111 | 10001 | 0 | 10 | 11001110 | 1011001 | 1001111 |
Color Harmonies of #99CFF9
Complementary color
Monochromatic Colors of #99CFF9
Black with #99CFF9
Text Example
Text Example
White with #99CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFF9; }
p { color: rgb(153,207,249); }
H1.HeaderClassName
{
color: #99CFF9;
}
.AnyTagClassName
{
color: #99CFF9;
}
</style>
background-color css
<style>
a { background-color: #99CFF9; }
a { background-color: rgb(153,207,249); }
div.DivClassName
{
background-color: #99CFF9;
}
.BgClassName
{
background-color: #99CFF9;
}
</style>
border-color css
<style>
span { border-color: #99CFF9; }
span { border-color: rgb(153,207,249); }
td.TdClassName
{
border-color: #99CFF9;
}
.TagClassName
{
border-color: #99CFF9;
}
</style>