Shades of Cornflower #93CFEF
Tints of Cornflower #93CFEF
RGB
CMYK
RGB Variations
Color information
#93CFEF (or 0x93CFEF) is known color: Cornflower. HEX triplet: 93, CF and EF. RGB value is (147,207,239). Sum of RGB (Red+Green+Blue) = 147+207+239=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #93CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CFEF is #6C3010. Grayscale: #C0C0C0. Windows color (decimal): -7090193 or 15716243. OLE color: 15716243.
HSL color Cylindrical-coordinate representation of color #93CFEF: hue angle of 200.87º 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 #93CFEF is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 207 | 239 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.06 |
| HSL | 200.87º | 0.74% | 0.76% | - |
| HSV(B) | 200.87º | 0.38% | 0.94% | - |
| XYZ | 49.93 | 57.06 | 90.04 | - |
| YUV | 192.71 | 154.12 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 239 | 0.38 | 0.13 | 0 | 0.06 | 200.87 | 0.74 | 0.76 |
| Hex | 93 | CF | EF | 26 | D | 0 | 6 | C9 | 4A | 4C |
| Octal | 223 | 317 | 357 | 46 | 15 | 0 | 6 | 311 | 112 | 114 |
| Binary | 10010011 | 11001111 | 11101111 | 100110 | 1101 | 0 | 110 | 11001001 | 1001010 | 1001100 |
Color Harmonies of #93CFEF
Complementary color
Monochromatic Colors of #93CFEF
Black with #93CFEF
Text Example
Text Example
White with #93CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CFEF; }
p { color: rgb(147,207,239); }
H1.HeaderClassName
{
color: #93CFEF;
}
.AnyTagClassName
{
color: #93CFEF;
}
</style>
background-color css
<style>
a { background-color: #93CFEF; }
a { background-color: rgb(147,207,239); }
div.DivClassName
{
background-color: #93CFEF;
}
.BgClassName
{
background-color: #93CFEF;
}
</style>
border-color css
<style>
span { border-color: #93CFEF; }
span { border-color: rgb(147,207,239); }
td.TdClassName
{
border-color: #93CFEF;
}
.TagClassName
{
border-color: #93CFEF;
}
</style>