Shades of Columbia Blue #99D4FF
Tints of Columbia Blue #99D4FF
RGB
CMYK
RGB Variations
Color information
#99D4FF (or 0x99D4FF) is known color: Columbia Blue. HEX triplet: 99, D4 and FF. RGB value is (153,212,255). Sum of RGB (Red+Green+Blue) = 153+212+255=620 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.68% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #99D4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D4FF is #662B00. Grayscale: #C7C7C7. Windows color (decimal): -6695681 or 16766105. OLE color: 16766105.
HSL color Cylindrical-coordinate representation of color #99D4FF: hue angle of 205.29º 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 #99D4FF is Cyan = 0.4, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 212 | 255 | - |
| CMYK | 0.4 | 0.17 | 0 | 0 |
| HSL | 205.29º | 1% | 0.8% | - |
| HSV(B) | 205.29º | 0.4% | 1% | - |
| XYZ | 54.73 | 61.08 | 103.51 | - |
| YUV | 199.26 | 159.45 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 255 | 0.4 | 0.17 | 0 | 0 | 205.29 | 1 | 0.8 |
| Hex | 99 | D4 | FF | 28 | 11 | 0 | 0 | CD | 64 | 50 |
| Octal | 231 | 324 | 377 | 50 | 21 | 0 | 0 | 315 | 144 | 120 |
| Binary | 10011001 | 11010100 | 11111111 | 101000 | 10001 | 0 | 0 | 11001101 | 1100100 | 1010000 |
Color Harmonies of #99D4FF
Complementary color
Monochromatic Colors of #99D4FF
Black with #99D4FF
Text Example
Text Example
White with #99D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D4FF; }
p { color: rgb(153,212,255); }
H1.HeaderClassName
{
color: #99D4FF;
}
.AnyTagClassName
{
color: #99D4FF;
}
</style>
background-color css
<style>
a { background-color: #99D4FF; }
a { background-color: rgb(153,212,255); }
div.DivClassName
{
background-color: #99D4FF;
}
.BgClassName
{
background-color: #99D4FF;
}
</style>
border-color css
<style>
span { border-color: #99D4FF; }
span { border-color: rgb(153,212,255); }
td.TdClassName
{
border-color: #99D4FF;
}
.TagClassName
{
border-color: #99D4FF;
}
</style>