Shades of Cornflower #93C0DA
Tints of Cornflower #93C0DA
RGB
CMYK
RGB Variations
Color information
#93C0DA (or 0x93C0DA) is known color: Cornflower. HEX triplet: 93, C0 and DA. RGB value is (147,192,218). Sum of RGB (Red+Green+Blue) = 147+192+218=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #93C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C0DA is #6C3F25. Grayscale: #B5B5B5. Windows color (decimal): -7094054 or 14336147. OLE color: 14336147.
HSL color Cylindrical-coordinate representation of color #93C0DA: hue angle of 201.97º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C0DA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 192 | 218 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.15 |
| HSL | 201.97º | 0.49% | 0.72% | - |
| HSV(B) | 201.97º | 0.33% | 0.85% | - |
| XYZ | 43.54 | 48.96 | 73.49 | - |
| YUV | 181.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 218 | 0.33 | 0.12 | 0 | 0.15 | 201.97 | 0.49 | 0.72 |
| Hex | 93 | C0 | DA | 21 | C | 0 | F | CA | 31 | 48 |
| Octal | 223 | 300 | 332 | 41 | 14 | 0 | 17 | 312 | 61 | 110 |
| Binary | 10010011 | 11000000 | 11011010 | 100001 | 1100 | 0 | 1111 | 11001010 | 110001 | 1001000 |
Color Harmonies of #93C0DA
Complementary color
Monochromatic Colors of #93C0DA
Black with #93C0DA
Text Example
Text Example
White with #93C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C0DA; }
p { color: rgb(147,192,218); }
H1.HeaderClassName
{
color: #93C0DA;
}
.AnyTagClassName
{
color: #93C0DA;
}
</style>
background-color css
<style>
a { background-color: #93C0DA; }
a { background-color: rgb(147,192,218); }
div.DivClassName
{
background-color: #93C0DA;
}
.BgClassName
{
background-color: #93C0DA;
}
</style>
border-color css
<style>
span { border-color: #93C0DA; }
span { border-color: rgb(147,192,218); }
td.TdClassName
{
border-color: #93C0DA;
}
.TagClassName
{
border-color: #93C0DA;
}
</style>