Shades of Cornflower #93D0ED
Tints of Cornflower #93D0ED
RGB
CMYK
RGB Variations
Color information
#93D0ED (or 0x93D0ED) is known color: Cornflower. HEX triplet: 93, D0 and ED. RGB value is (147,208,237). Sum of RGB (Red+Green+Blue) = 147+208+237=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #93D0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D0ED is #6C2F12. Grayscale: #C0C0C0. Windows color (decimal): -7089939 or 15585427. OLE color: 15585427.
HSL color Cylindrical-coordinate representation of color #93D0ED: hue angle of 199.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93D0ED is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 208 | 237 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.07 |
| HSL | 199.33º | 0.71% | 0.75% | - |
| HSV(B) | 199.33º | 0.38% | 0.93% | - |
| XYZ | 49.87 | 57.43 | 88.58 | - |
| YUV | 193.07 | 152.79 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 237 | 0.38 | 0.12 | 0 | 0.07 | 199.33 | 0.71 | 0.75 |
| Hex | 93 | D0 | ED | 26 | C | 0 | 7 | C7 | 47 | 4B |
| Octal | 223 | 320 | 355 | 46 | 14 | 0 | 7 | 307 | 107 | 113 |
| Binary | 10010011 | 11010000 | 11101101 | 100110 | 1100 | 0 | 111 | 11000111 | 1000111 | 1001011 |
Color Harmonies of #93D0ED
Complementary color
Monochromatic Colors of #93D0ED
Black with #93D0ED
Text Example
Text Example
White with #93D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D0ED; }
p { color: rgb(147,208,237); }
H1.HeaderClassName
{
color: #93D0ED;
}
.AnyTagClassName
{
color: #93D0ED;
}
</style>
background-color css
<style>
a { background-color: #93D0ED; }
a { background-color: rgb(147,208,237); }
div.DivClassName
{
background-color: #93D0ED;
}
.BgClassName
{
background-color: #93D0ED;
}
</style>
border-color css
<style>
span { border-color: #93D0ED; }
span { border-color: rgb(147,208,237); }
td.TdClassName
{
border-color: #93D0ED;
}
.TagClassName
{
border-color: #93D0ED;
}
</style>