Shades of Columbia Blue #99EAFE
Tints of Columbia Blue #99EAFE
RGB
CMYK
RGB Variations
Color information
#99EAFE (or 0x99EAFE) is known color: Columbia Blue. HEX triplet: 99, EA and FE. RGB value is (153,234,254). Sum of RGB (Red+Green+Blue) = 153+234+254=641 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.87% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #99EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EAFE is #661501. Grayscale: #D3D3D3. Windows color (decimal): -6690050 or 16706201. OLE color: 16706201.
HSL color Cylindrical-coordinate representation of color #99EAFE: hue angle of 191.88º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99EAFE is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 234 | 254 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.00 |
| HSL | 191.88º | 0.98% | 0.8% | - |
| HSV(B) | 191.88º | 0.4% | 1% | - |
| XYZ | 60.45 | 72.77 | 104.63 | - |
| YUV | 212.06 | 151.66 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 254 | 0.40 | 0.08 | 0 | 0.00 | 191.88 | 0.98 | 0.8 |
| Hex | 99 | EA | FE | 28 | 8 | 0 | 0 | C0 | 62 | 50 |
| Octal | 231 | 352 | 376 | 50 | 10 | 0 | 0 | 300 | 142 | 120 |
| Binary | 10011001 | 11101010 | 11111110 | 101000 | 1000 | 0 | 0 | 11000000 | 1100010 | 1010000 |
Color Harmonies of #99EAFE
Complementary color
Monochromatic Colors of #99EAFE
Black with #99EAFE
Text Example
Text Example
White with #99EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EAFE; }
p { color: rgb(153,234,254); }
H1.HeaderClassName
{
color: #99EAFE;
}
.AnyTagClassName
{
color: #99EAFE;
}
</style>
background-color css
<style>
a { background-color: #99EAFE; }
a { background-color: rgb(153,234,254); }
div.DivClassName
{
background-color: #99EAFE;
}
.BgClassName
{
background-color: #99EAFE;
}
</style>
border-color css
<style>
span { border-color: #99EAFE; }
span { border-color: rgb(153,234,254); }
td.TdClassName
{
border-color: #99EAFE;
}
.TagClassName
{
border-color: #99EAFE;
}
</style>