Shades of Cornflower #93D0F5
Tints of Cornflower #93D0F5
RGB
CMYK
RGB Variations
Color information
#93D0F5 (or 0x93D0F5) is known color: Cornflower. HEX triplet: 93, D0 and F5. RGB value is (147,208,245). Sum of RGB (Red+Green+Blue) = 147+208+245=600 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.5% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 245 - color contains mainly: blue. Hex color #93D0F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D0F5 is #6C2F0A. Grayscale: #C1C1C1. Windows color (decimal): -7089931 or 16109715. OLE color: 16109715.
HSL color Cylindrical-coordinate representation of color #93D0F5: hue angle of 202.65º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93D0F5 is Cyan = 0.4, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 208 | 245 | - |
| CMYK | 0.4 | 0.15 | 0 | 0.04 |
| HSL | 202.65º | 0.83% | 0.77% | - |
| HSV(B) | 202.65º | 0.4% | 0.96% | - |
| XYZ | 51.07 | 57.91 | 94.87 | - |
| YUV | 193.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 245 | 0.4 | 0.15 | 0 | 0.04 | 202.65 | 0.83 | 0.77 |
| Hex | 93 | D0 | F5 | 28 | F | 0 | 4 | CB | 53 | 4D |
| Octal | 223 | 320 | 365 | 50 | 17 | 0 | 4 | 313 | 123 | 115 |
| Binary | 10010011 | 11010000 | 11110101 | 101000 | 1111 | 0 | 100 | 11001011 | 1010011 | 1001101 |
Color Harmonies of #93D0F5
Complementary color
Monochromatic Colors of #93D0F5
Black with #93D0F5
Text Example
Text Example
White with #93D0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D0F5; }
p { color: rgb(147,208,245); }
H1.HeaderClassName
{
color: #93D0F5;
}
.AnyTagClassName
{
color: #93D0F5;
}
</style>
background-color css
<style>
a { background-color: #93D0F5; }
a { background-color: rgb(147,208,245); }
div.DivClassName
{
background-color: #93D0F5;
}
.BgClassName
{
background-color: #93D0F5;
}
</style>
border-color css
<style>
span { border-color: #93D0F5; }
span { border-color: rgb(147,208,245); }
td.TdClassName
{
border-color: #93D0F5;
}
.TagClassName
{
border-color: #93D0F5;
}
</style>