Shades of Columbia Blue #99DAFD
Tints of Columbia Blue #99DAFD
RGB
CMYK
RGB Variations
Color information
#99DAFD (or 0x99DAFD) is known color: Columbia Blue. HEX triplet: 99, DA and FD. RGB value is (153,218,253). Sum of RGB (Red+Green+Blue) = 153+218+253=624 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.52% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #99DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DAFD is #662502. Grayscale: #CACACA. Windows color (decimal): -6694147 or 16636569. OLE color: 16636569.
HSL color Cylindrical-coordinate representation of color #99DAFD: hue angle of 201º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99DAFD is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 218 | 253 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.01 |
| HSL | 201º | 0.96% | 0.8% | - |
| HSV(B) | 201º | 0.4% | 0.99% | - |
| XYZ | 55.94 | 64.01 | 102.33 | - |
| YUV | 202.56 | 156.47 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 253 | 0.40 | 0.14 | 0 | 0.01 | 201 | 0.96 | 0.8 |
| Hex | 99 | DA | FD | 28 | E | 0 | 1 | C9 | 60 | 50 |
| Octal | 231 | 332 | 375 | 50 | 16 | 0 | 1 | 311 | 140 | 120 |
| Binary | 10011001 | 11011010 | 11111101 | 101000 | 1110 | 0 | 1 | 11001001 | 1100000 | 1010000 |
Color Harmonies of #99DAFD
Complementary color
Monochromatic Colors of #99DAFD
Black with #99DAFD
Text Example
Text Example
White with #99DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAFD; }
p { color: rgb(153,218,253); }
H1.HeaderClassName
{
color: #99DAFD;
}
.AnyTagClassName
{
color: #99DAFD;
}
</style>
background-color css
<style>
a { background-color: #99DAFD; }
a { background-color: rgb(153,218,253); }
div.DivClassName
{
background-color: #99DAFD;
}
.BgClassName
{
background-color: #99DAFD;
}
</style>
border-color css
<style>
span { border-color: #99DAFD; }
span { border-color: rgb(153,218,253); }
td.TdClassName
{
border-color: #99DAFD;
}
.TagClassName
{
border-color: #99DAFD;
}
</style>