Shades of Cornflower #93BBF0
Tints of Cornflower #93BBF0
RGB
CMYK
RGB Variations
Color information
#93BBF0 (or 0x93BBF0) is known color: Cornflower. HEX triplet: 93, BB and F0. RGB value is (147,187,240). Sum of RGB (Red+Green+Blue) = 147+187+240=574 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.61% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #93BBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BBF0 is #6C440F. Grayscale: #B4B4B4. Windows color (decimal): -7095312 or 15776659. OLE color: 15776659.
HSL color Cylindrical-coordinate representation of color #93BBF0: hue angle of 214.19º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93BBF0 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 187 | 240 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.06 |
| HSL | 214.19º | 0.76% | 0.76% | - |
| HSV(B) | 214.19º | 0.39% | 0.94% | - |
| XYZ | 45.53 | 48.03 | 89.31 | - |
| YUV | 181.08 | 161.25 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 240 | 0.39 | 0.22 | 0 | 0.06 | 214.19 | 0.76 | 0.76 |
| Hex | 93 | BB | F0 | 27 | 16 | 0 | 6 | D6 | 4C | 4C |
| Octal | 223 | 273 | 360 | 47 | 26 | 0 | 6 | 326 | 114 | 114 |
| Binary | 10010011 | 10111011 | 11110000 | 100111 | 10110 | 0 | 110 | 11010110 | 1001100 | 1001100 |
Color Harmonies of #93BBF0
Complementary color
Monochromatic Colors of #93BBF0
Black with #93BBF0
Text Example
Text Example
White with #93BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBF0; }
p { color: rgb(147,187,240); }
H1.HeaderClassName
{
color: #93BBF0;
}
.AnyTagClassName
{
color: #93BBF0;
}
</style>
background-color css
<style>
a { background-color: #93BBF0; }
a { background-color: rgb(147,187,240); }
div.DivClassName
{
background-color: #93BBF0;
}
.BgClassName
{
background-color: #93BBF0;
}
</style>
border-color css
<style>
span { border-color: #93BBF0; }
span { border-color: rgb(147,187,240); }
td.TdClassName
{
border-color: #93BBF0;
}
.TagClassName
{
border-color: #93BBF0;
}
</style>