Shades of Columbia Blue #99DFFF
Tints of Columbia Blue #99DFFF
RGB
CMYK
RGB Variations
Color information
#99DFFF (or 0x99DFFF) is known color: Columbia Blue. HEX triplet: 99, DF and FF. RGB value is (153,223,255). Sum of RGB (Red+Green+Blue) = 153+223+255=631 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.25% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #99DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DFFF is #662000. Grayscale: #CDCDCD. Windows color (decimal): -6692865 or 16768921. OLE color: 16768921.
HSL color Cylindrical-coordinate representation of color #99DFFF: hue angle of 198.82º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99DFFF is Cyan = 0.4, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 223 | 255 | - |
| CMYK | 0.4 | 0.13 | 0 | 0 |
| HSL | 198.82º | 1% | 0.8% | - |
| HSV(B) | 198.82º | 0.4% | 1% | - |
| XYZ | 57.57 | 66.77 | 104.46 | - |
| YUV | 205.72 | 155.81 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 255 | 0.4 | 0.13 | 0 | 0 | 198.82 | 1 | 0.8 |
| Hex | 99 | DF | FF | 28 | D | 0 | 0 | C7 | 64 | 50 |
| Octal | 231 | 337 | 377 | 50 | 15 | 0 | 0 | 307 | 144 | 120 |
| Binary | 10011001 | 11011111 | 11111111 | 101000 | 1101 | 0 | 0 | 11000111 | 1100100 | 1010000 |
Color Harmonies of #99DFFF
Complementary color
Monochromatic Colors of #99DFFF
Black with #99DFFF
Text Example
Text Example
White with #99DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DFFF; }
p { color: rgb(153,223,255); }
H1.HeaderClassName
{
color: #99DFFF;
}
.AnyTagClassName
{
color: #99DFFF;
}
</style>
background-color css
<style>
a { background-color: #99DFFF; }
a { background-color: rgb(153,223,255); }
div.DivClassName
{
background-color: #99DFFF;
}
.BgClassName
{
background-color: #99DFFF;
}
</style>
border-color css
<style>
span { border-color: #99DFFF; }
span { border-color: rgb(153,223,255); }
td.TdClassName
{
border-color: #99DFFF;
}
.TagClassName
{
border-color: #99DFFF;
}
</style>