Shades of Cornflower #93CFEB
Tints of Cornflower #93CFEB
RGB
CMYK
RGB Variations
Color information
#93CFEB (or 0x93CFEB) is known color: Cornflower. HEX triplet: 93, CF and EB. RGB value is (147,207,235). Sum of RGB (Red+Green+Blue) = 147+207+235=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #93CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CFEB is #6C3014. Grayscale: #C0C0C0. Windows color (decimal): -7090197 or 15454099. OLE color: 15454099.
HSL color Cylindrical-coordinate representation of color #93CFEB: hue angle of 199.09º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93CFEB is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 207 | 235 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.08 |
| HSL | 199.09º | 0.69% | 0.75% | - |
| HSV(B) | 199.09º | 0.37% | 0.92% | - |
| XYZ | 49.34 | 56.83 | 86.97 | - |
| YUV | 192.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 235 | 0.37 | 0.12 | 0 | 0.08 | 199.09 | 0.69 | 0.75 |
| Hex | 93 | CF | EB | 25 | C | 0 | 8 | C7 | 45 | 4B |
| Octal | 223 | 317 | 353 | 45 | 14 | 0 | 10 | 307 | 105 | 113 |
| Binary | 10010011 | 11001111 | 11101011 | 100101 | 1100 | 0 | 1000 | 11000111 | 1000101 | 1001011 |
Color Harmonies of #93CFEB
Complementary color
Monochromatic Colors of #93CFEB
Black with #93CFEB
Text Example
Text Example
White with #93CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CFEB; }
p { color: rgb(147,207,235); }
H1.HeaderClassName
{
color: #93CFEB;
}
.AnyTagClassName
{
color: #93CFEB;
}
</style>
background-color css
<style>
a { background-color: #93CFEB; }
a { background-color: rgb(147,207,235); }
div.DivClassName
{
background-color: #93CFEB;
}
.BgClassName
{
background-color: #93CFEB;
}
</style>
border-color css
<style>
span { border-color: #93CFEB; }
span { border-color: rgb(147,207,235); }
td.TdClassName
{
border-color: #93CFEB;
}
.TagClassName
{
border-color: #93CFEB;
}
</style>