Shades of Cornflower #93D2ED
Tints of Cornflower #93D2ED
RGB
CMYK
RGB Variations
Color information
#93D2ED (or 0x93D2ED) is known color: Cornflower. HEX triplet: 93, D2 and ED. RGB value is (147,210,237). Sum of RGB (Red+Green+Blue) = 147+210+237=594 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.75% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #93D2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D2ED is #6C2D12. Grayscale: #C2C2C2. Windows color (decimal): -7089427 or 15585939. OLE color: 15585939.
HSL color Cylindrical-coordinate representation of color #93D2ED: hue angle of 198º 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 #93D2ED is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 210 | 237 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.07 |
| HSL | 198º | 0.71% | 0.75% | - |
| HSV(B) | 198º | 0.38% | 0.93% | - |
| XYZ | 50.37 | 58.41 | 88.74 | - |
| YUV | 194.24 | 152.13 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 210 | 237 | 0.38 | 0.11 | 0 | 0.07 | 198 | 0.71 | 0.75 |
| Hex | 93 | D2 | ED | 26 | B | 0 | 7 | C6 | 47 | 4B |
| Octal | 223 | 322 | 355 | 46 | 13 | 0 | 7 | 306 | 107 | 113 |
| Binary | 10010011 | 11010010 | 11101101 | 100110 | 1011 | 0 | 111 | 11000110 | 1000111 | 1001011 |
Color Harmonies of #93D2ED
Complementary color
Monochromatic Colors of #93D2ED
Black with #93D2ED
Text Example
Text Example
White with #93D2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D2ED; }
p { color: rgb(147,210,237); }
H1.HeaderClassName
{
color: #93D2ED;
}
.AnyTagClassName
{
color: #93D2ED;
}
</style>
background-color css
<style>
a { background-color: #93D2ED; }
a { background-color: rgb(147,210,237); }
div.DivClassName
{
background-color: #93D2ED;
}
.BgClassName
{
background-color: #93D2ED;
}
</style>
border-color css
<style>
span { border-color: #93D2ED; }
span { border-color: rgb(147,210,237); }
td.TdClassName
{
border-color: #93D2ED;
}
.TagClassName
{
border-color: #93D2ED;
}
</style>