Shades of Cornflower #93D2EF
Tints of Cornflower #93D2EF
RGB
CMYK
RGB Variations
Color information
#93D2EF (or 0x93D2EF) is known color: Cornflower. HEX triplet: 93, D2 and EF. RGB value is (147,210,239). Sum of RGB (Red+Green+Blue) = 147+210+239=596 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.66% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #93D2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D2EF is #6C2D10. Grayscale: #C2C2C2. Windows color (decimal): -7089425 or 15717011. OLE color: 15717011.
HSL color Cylindrical-coordinate representation of color #93D2EF: hue angle of 198.91º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93D2EF is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 210 | 239 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.06 |
| HSL | 198.91º | 0.74% | 0.76% | - |
| HSV(B) | 198.91º | 0.38% | 0.94% | - |
| XYZ | 50.66 | 58.53 | 90.29 | - |
| YUV | 194.47 | 153.13 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 210 | 239 | 0.38 | 0.12 | 0 | 0.06 | 198.91 | 0.74 | 0.76 |
| Hex | 93 | D2 | EF | 26 | C | 0 | 6 | C7 | 4A | 4C |
| Octal | 223 | 322 | 357 | 46 | 14 | 0 | 6 | 307 | 112 | 114 |
| Binary | 10010011 | 11010010 | 11101111 | 100110 | 1100 | 0 | 110 | 11000111 | 1001010 | 1001100 |
Color Harmonies of #93D2EF
Complementary color
Monochromatic Colors of #93D2EF
Black with #93D2EF
Text Example
Text Example
White with #93D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D2EF; }
p { color: rgb(147,210,239); }
H1.HeaderClassName
{
color: #93D2EF;
}
.AnyTagClassName
{
color: #93D2EF;
}
</style>
background-color css
<style>
a { background-color: #93D2EF; }
a { background-color: rgb(147,210,239); }
div.DivClassName
{
background-color: #93D2EF;
}
.BgClassName
{
background-color: #93D2EF;
}
</style>
border-color css
<style>
span { border-color: #93D2EF; }
span { border-color: rgb(147,210,239); }
td.TdClassName
{
border-color: #93D2EF;
}
.TagClassName
{
border-color: #93D2EF;
}
</style>