Shades of Cornflower #93BDF2
Tints of Cornflower #93BDF2
RGB
CMYK
RGB Variations
Color information
#93BDF2 (or 0x93BDF2) is known color: Cornflower. HEX triplet: 93, BD and F2. RGB value is (147,189,242). Sum of RGB (Red+Green+Blue) = 147+189+242=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #93BDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BDF2 is #6C420D. Grayscale: #B6B6B6. Windows color (decimal): -7094798 or 15908243. OLE color: 15908243.
HSL color Cylindrical-coordinate representation of color #93BDF2: hue angle of 213.47º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93BDF2 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 189 | 242 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.05 |
| HSL | 213.47º | 0.79% | 0.76% | - |
| HSV(B) | 213.47º | 0.39% | 0.95% | - |
| XYZ | 46.26 | 49.01 | 91.03 | - |
| YUV | 182.48 | 161.59 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 242 | 0.39 | 0.22 | 0 | 0.05 | 213.47 | 0.79 | 0.76 |
| Hex | 93 | BD | F2 | 27 | 16 | 0 | 5 | D5 | 4F | 4C |
| Octal | 223 | 275 | 362 | 47 | 26 | 0 | 5 | 325 | 117 | 114 |
| Binary | 10010011 | 10111101 | 11110010 | 100111 | 10110 | 0 | 101 | 11010101 | 1001111 | 1001100 |
Color Harmonies of #93BDF2
Complementary color
Monochromatic Colors of #93BDF2
Black with #93BDF2
Text Example
Text Example
White with #93BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BDF2; }
p { color: rgb(147,189,242); }
H1.HeaderClassName
{
color: #93BDF2;
}
.AnyTagClassName
{
color: #93BDF2;
}
</style>
background-color css
<style>
a { background-color: #93BDF2; }
a { background-color: rgb(147,189,242); }
div.DivClassName
{
background-color: #93BDF2;
}
.BgClassName
{
background-color: #93BDF2;
}
</style>
border-color css
<style>
span { border-color: #93BDF2; }
span { border-color: rgb(147,189,242); }
td.TdClassName
{
border-color: #93BDF2;
}
.TagClassName
{
border-color: #93BDF2;
}
</style>