Shades of Cornflower #93BFEB
Tints of Cornflower #93BFEB
RGB
CMYK
RGB Variations
Color information
#93BFEB (or 0x93BFEB) is known color: Cornflower. HEX triplet: 93, BF and EB. RGB value is (147,191,235). Sum of RGB (Red+Green+Blue) = 147+191+235=573 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.65% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #93BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BFEB is #6C4014. Grayscale: #B6B6B6. Windows color (decimal): -7094293 or 15450003. OLE color: 15450003.
HSL color Cylindrical-coordinate representation of color #93BFEB: hue angle of 210º 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 #93BFEB is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 191 | 235 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.08 |
| HSL | 210º | 0.69% | 0.75% | - |
| HSV(B) | 210º | 0.37% | 0.92% | - |
| XYZ | 45.66 | 49.46 | 85.74 | - |
| YUV | 182.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 235 | 0.37 | 0.19 | 0 | 0.08 | 210 | 0.69 | 0.75 |
| Hex | 93 | BF | EB | 25 | 13 | 0 | 8 | D2 | 45 | 4B |
| Octal | 223 | 277 | 353 | 45 | 23 | 0 | 10 | 322 | 105 | 113 |
| Binary | 10010011 | 10111111 | 11101011 | 100101 | 10011 | 0 | 1000 | 11010010 | 1000101 | 1001011 |
Color Harmonies of #93BFEB
Complementary color
Monochromatic Colors of #93BFEB
Black with #93BFEB
Text Example
Text Example
White with #93BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BFEB; }
p { color: rgb(147,191,235); }
H1.HeaderClassName
{
color: #93BFEB;
}
.AnyTagClassName
{
color: #93BFEB;
}
</style>
background-color css
<style>
a { background-color: #93BFEB; }
a { background-color: rgb(147,191,235); }
div.DivClassName
{
background-color: #93BFEB;
}
.BgClassName
{
background-color: #93BFEB;
}
</style>
border-color css
<style>
span { border-color: #93BFEB; }
span { border-color: rgb(147,191,235); }
td.TdClassName
{
border-color: #93BFEB;
}
.TagClassName
{
border-color: #93BFEB;
}
</style>