Shades of Columbia Blue #99D3FF
Tints of Columbia Blue #99D3FF
RGB
CMYK
RGB Variations
Color information
#99D3FF (or 0x99D3FF) is known color: Columbia Blue. HEX triplet: 99, D3 and FF. RGB value is (153,211,255). Sum of RGB (Red+Green+Blue) = 153+211+255=619 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.72% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #99D3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D3FF is #662C00. Grayscale: #C6C6C6. Windows color (decimal): -6695937 or 16765849. OLE color: 16765849.
HSL color Cylindrical-coordinate representation of color #99D3FF: hue angle of 205.88º 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 #99D3FF is Cyan = 0.4, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 211 | 255 | - |
| CMYK | 0.4 | 0.17 | 0 | 0 |
| HSL | 205.88º | 1% | 0.8% | - |
| HSV(B) | 205.88º | 0.4% | 1% | - |
| XYZ | 54.48 | 60.58 | 103.43 | - |
| YUV | 198.67 | 159.78 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 255 | 0.4 | 0.17 | 0 | 0 | 205.88 | 1 | 0.8 |
| Hex | 99 | D3 | FF | 28 | 11 | 0 | 0 | CE | 64 | 50 |
| Octal | 231 | 323 | 377 | 50 | 21 | 0 | 0 | 316 | 144 | 120 |
| Binary | 10011001 | 11010011 | 11111111 | 101000 | 10001 | 0 | 0 | 11001110 | 1100100 | 1010000 |
Color Harmonies of #99D3FF
Complementary color
Monochromatic Colors of #99D3FF
Black with #99D3FF
Text Example
Text Example
White with #99D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D3FF; }
p { color: rgb(153,211,255); }
H1.HeaderClassName
{
color: #99D3FF;
}
.AnyTagClassName
{
color: #99D3FF;
}
</style>
background-color css
<style>
a { background-color: #99D3FF; }
a { background-color: rgb(153,211,255); }
div.DivClassName
{
background-color: #99D3FF;
}
.BgClassName
{
background-color: #99D3FF;
}
</style>
border-color css
<style>
span { border-color: #99D3FF; }
span { border-color: rgb(153,211,255); }
td.TdClassName
{
border-color: #99D3FF;
}
.TagClassName
{
border-color: #99D3FF;
}
</style>