Shades of Columbia Blue #99ECFD
Tints of Columbia Blue #99ECFD
RGB
CMYK
RGB Variations
Color information
#99ECFD (or 0x99ECFD) is known color: Columbia Blue. HEX triplet: 99, EC and FD. RGB value is (153,236,253). Sum of RGB (Red+Green+Blue) = 153+236+253=642 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.83% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #99ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99ECFD is #661302. Grayscale: #D4D4D4. Windows color (decimal): -6689539 or 16641177. OLE color: 16641177.
HSL color Cylindrical-coordinate representation of color #99ECFD: hue angle of 190.2º 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 #99ECFD is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 236 | 253 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.01 |
| HSL | 190.2º | 0.96% | 0.8% | - |
| HSV(B) | 190.2º | 0.4% | 0.99% | - |
| XYZ | 60.86 | 73.86 | 103.98 | - |
| YUV | 213.12 | 150.5 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 253 | 0.40 | 0.07 | 0 | 0.01 | 190.2 | 0.96 | 0.8 |
| Hex | 99 | EC | FD | 28 | 7 | 0 | 1 | BE | 60 | 50 |
| Octal | 231 | 354 | 375 | 50 | 7 | 0 | 1 | 276 | 140 | 120 |
| Binary | 10011001 | 11101100 | 11111101 | 101000 | 111 | 0 | 1 | 10111110 | 1100000 | 1010000 |
Color Harmonies of #99ECFD
Complementary color
Monochromatic Colors of #99ECFD
Black with #99ECFD
Text Example
Text Example
White with #99ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECFD; }
p { color: rgb(153,236,253); }
H1.HeaderClassName
{
color: #99ECFD;
}
.AnyTagClassName
{
color: #99ECFD;
}
</style>
background-color css
<style>
a { background-color: #99ECFD; }
a { background-color: rgb(153,236,253); }
div.DivClassName
{
background-color: #99ECFD;
}
.BgClassName
{
background-color: #99ECFD;
}
</style>
border-color css
<style>
span { border-color: #99ECFD; }
span { border-color: rgb(153,236,253); }
td.TdClassName
{
border-color: #99ECFD;
}
.TagClassName
{
border-color: #99ECFD;
}
</style>