Shades of Cornflower #93BBED
Tints of Cornflower #93BBED
RGB
CMYK
RGB Variations
Color information
#93BBED (or 0x93BBED) is known color: Cornflower. HEX triplet: 93, BB and ED. RGB value is (147,187,237). Sum of RGB (Red+Green+Blue) = 147+187+237=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #93BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BBED is #6C4412. Grayscale: #B4B4B4. Windows color (decimal): -7095315 or 15580051. OLE color: 15580051.
HSL color Cylindrical-coordinate representation of color #93BBED: hue angle of 213.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93BBED is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 187 | 237 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.07 |
| HSL | 213.33º | 0.71% | 0.75% | - |
| HSV(B) | 213.33º | 0.38% | 0.93% | - |
| XYZ | 45.09 | 47.86 | 86.98 | - |
| YUV | 180.74 | 159.75 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 237 | 0.38 | 0.21 | 0 | 0.07 | 213.33 | 0.71 | 0.75 |
| Hex | 93 | BB | ED | 26 | 15 | 0 | 7 | D5 | 47 | 4B |
| Octal | 223 | 273 | 355 | 46 | 25 | 0 | 7 | 325 | 107 | 113 |
| Binary | 10010011 | 10111011 | 11101101 | 100110 | 10101 | 0 | 111 | 11010101 | 1000111 | 1001011 |
Color Harmonies of #93BBED
Complementary color
Monochromatic Colors of #93BBED
Black with #93BBED
Text Example
Text Example
White with #93BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBED; }
p { color: rgb(147,187,237); }
H1.HeaderClassName
{
color: #93BBED;
}
.AnyTagClassName
{
color: #93BBED;
}
</style>
background-color css
<style>
a { background-color: #93BBED; }
a { background-color: rgb(147,187,237); }
div.DivClassName
{
background-color: #93BBED;
}
.BgClassName
{
background-color: #93BBED;
}
</style>
border-color css
<style>
span { border-color: #93BBED; }
span { border-color: rgb(147,187,237); }
td.TdClassName
{
border-color: #93BBED;
}
.TagClassName
{
border-color: #93BBED;
}
</style>