Shades of Cornflower #93BEED
Tints of Cornflower #93BEED
RGB
CMYK
RGB Variations
Color information
#93BEED (or 0x93BEED) is known color: Cornflower. HEX triplet: 93, BE and ED. RGB value is (147,190,237). Sum of RGB (Red+Green+Blue) = 147+190+237=574 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.61% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #93BEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BEED is #6C4112. Grayscale: #B6B6B6. Windows color (decimal): -7094547 or 15580819. OLE color: 15580819.
HSL color Cylindrical-coordinate representation of color #93BEED: hue angle of 211.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 #93BEED is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 190 | 237 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.07 |
| HSL | 211.33º | 0.71% | 0.75% | - |
| HSV(B) | 211.33º | 0.38% | 0.93% | - |
| XYZ | 45.73 | 49.14 | 87.2 | - |
| YUV | 182.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 237 | 0.38 | 0.20 | 0 | 0.07 | 211.33 | 0.71 | 0.75 |
| Hex | 93 | BE | ED | 26 | 14 | 0 | 7 | D3 | 47 | 4B |
| Octal | 223 | 276 | 355 | 46 | 24 | 0 | 7 | 323 | 107 | 113 |
| Binary | 10010011 | 10111110 | 11101101 | 100110 | 10100 | 0 | 111 | 11010011 | 1000111 | 1001011 |
Color Harmonies of #93BEED
Complementary color
Monochromatic Colors of #93BEED
Black with #93BEED
Text Example
Text Example
White with #93BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEED; }
p { color: rgb(147,190,237); }
H1.HeaderClassName
{
color: #93BEED;
}
.AnyTagClassName
{
color: #93BEED;
}
</style>
background-color css
<style>
a { background-color: #93BEED; }
a { background-color: rgb(147,190,237); }
div.DivClassName
{
background-color: #93BEED;
}
.BgClassName
{
background-color: #93BEED;
}
</style>
border-color css
<style>
span { border-color: #93BEED; }
span { border-color: rgb(147,190,237); }
td.TdClassName
{
border-color: #93BEED;
}
.TagClassName
{
border-color: #93BEED;
}
</style>