Shades of Columbia Blue #98E6FA
Tints of Columbia Blue #98E6FA
RGB
CMYK
RGB Variations
Color information
#98E6FA (or 0x98E6FA) is known color: Columbia Blue. HEX triplet: 98, E6 and FA. RGB value is (152,230,250). Sum of RGB (Red+Green+Blue) = 152+230+250=632 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.05% from 632); Green value is 230 (90.23% from 255 or 36.39% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #98E6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98E6FA is #671905. Grayscale: #D0D0D0. Windows color (decimal): -6756614 or 16443032. OLE color: 16443032.
HSL color Cylindrical-coordinate representation of color #98E6FA: hue angle of 192.24º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98E6FA is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 230 | 250 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.02 |
| HSL | 192.24º | 0.91% | 0.79% | - |
| HSV(B) | 192.24º | 0.39% | 0.98% | - |
| XYZ | 58.5 | 70.17 | 100.9 | - |
| YUV | 208.96 | 151.16 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 230 | 250 | 0.39 | 0.08 | 0 | 0.02 | 192.24 | 0.91 | 0.79 |
| Hex | 98 | E6 | FA | 27 | 8 | 0 | 2 | C0 | 5B | 4F |
| Octal | 230 | 346 | 372 | 47 | 10 | 0 | 2 | 300 | 133 | 117 |
| Binary | 10011000 | 11100110 | 11111010 | 100111 | 1000 | 0 | 10 | 11000000 | 1011011 | 1001111 |
Color Harmonies of #98E6FA
Complementary color
Monochromatic Colors of #98E6FA
Black with #98E6FA
Text Example
Text Example
White with #98E6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E6FA; }
p { color: rgb(152,230,250); }
H1.HeaderClassName
{
color: #98E6FA;
}
.AnyTagClassName
{
color: #98E6FA;
}
</style>
background-color css
<style>
a { background-color: #98E6FA; }
a { background-color: rgb(152,230,250); }
div.DivClassName
{
background-color: #98E6FA;
}
.BgClassName
{
background-color: #98E6FA;
}
</style>
border-color css
<style>
span { border-color: #98E6FA; }
span { border-color: rgb(152,230,250); }
td.TdClassName
{
border-color: #98E6FA;
}
.TagClassName
{
border-color: #98E6FA;
}
</style>