Shades of Cornflower #93BFED
Tints of Cornflower #93BFED
RGB
CMYK
RGB Variations
Color information
#93BFED (or 0x93BFED) is known color: Cornflower. HEX triplet: 93, BF and ED. RGB value is (147,191,237). Sum of RGB (Red+Green+Blue) = 147+191+237=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #93BFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BFED is #6C4012. Grayscale: #B6B6B6. Windows color (decimal): -7094291 or 15581075. OLE color: 15581075.
HSL color Cylindrical-coordinate representation of color #93BFED: hue angle of 210.67º 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 #93BFED is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 191 | 237 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.07 |
| HSL | 210.67º | 0.71% | 0.75% | - |
| HSV(B) | 210.67º | 0.38% | 0.93% | - |
| XYZ | 45.95 | 49.58 | 87.27 | - |
| YUV | 183.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 237 | 0.38 | 0.19 | 0 | 0.07 | 210.67 | 0.71 | 0.75 |
| Hex | 93 | BF | ED | 26 | 13 | 0 | 7 | D3 | 47 | 4B |
| Octal | 223 | 277 | 355 | 46 | 23 | 0 | 7 | 323 | 107 | 113 |
| Binary | 10010011 | 10111111 | 11101101 | 100110 | 10011 | 0 | 111 | 11010011 | 1000111 | 1001011 |
Color Harmonies of #93BFED
Complementary color
Monochromatic Colors of #93BFED
Black with #93BFED
Text Example
Text Example
White with #93BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BFED; }
p { color: rgb(147,191,237); }
H1.HeaderClassName
{
color: #93BFED;
}
.AnyTagClassName
{
color: #93BFED;
}
</style>
background-color css
<style>
a { background-color: #93BFED; }
a { background-color: rgb(147,191,237); }
div.DivClassName
{
background-color: #93BFED;
}
.BgClassName
{
background-color: #93BFED;
}
</style>
border-color css
<style>
span { border-color: #93BFED; }
span { border-color: rgb(147,191,237); }
td.TdClassName
{
border-color: #93BFED;
}
.TagClassName
{
border-color: #93BFED;
}
</style>