Shades of Cornflower #93BDE7
Tints of Cornflower #93BDE7
RGB
CMYK
RGB Variations
Color information
#93BDE7 (or 0x93BDE7) is known color: Cornflower. HEX triplet: 93, BD and E7. RGB value is (147,189,231). Sum of RGB (Red+Green+Blue) = 147+189+231=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #93BDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BDE7 is #6C4218. Grayscale: #B5B5B5. Windows color (decimal): -7094809 or 15187347. OLE color: 15187347.
HSL color Cylindrical-coordinate representation of color #93BDE7: hue angle of 210º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93BDE7 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 189 | 231 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.09 |
| HSL | 210º | 0.64% | 0.74% | - |
| HSV(B) | 210º | 0.36% | 0.91% | - |
| XYZ | 44.65 | 48.37 | 82.58 | - |
| YUV | 181.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 231 | 0.36 | 0.18 | 0 | 0.09 | 210 | 0.64 | 0.74 |
| Hex | 93 | BD | E7 | 24 | 12 | 0 | 9 | D2 | 40 | 4A |
| Octal | 223 | 275 | 347 | 44 | 22 | 0 | 11 | 322 | 100 | 112 |
| Binary | 10010011 | 10111101 | 11100111 | 100100 | 10010 | 0 | 1001 | 11010010 | 1000000 | 1001010 |
Color Harmonies of #93BDE7
Complementary color
Monochromatic Colors of #93BDE7
Black with #93BDE7
Text Example
Text Example
White with #93BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BDE7; }
p { color: rgb(147,189,231); }
H1.HeaderClassName
{
color: #93BDE7;
}
.AnyTagClassName
{
color: #93BDE7;
}
</style>
background-color css
<style>
a { background-color: #93BDE7; }
a { background-color: rgb(147,189,231); }
div.DivClassName
{
background-color: #93BDE7;
}
.BgClassName
{
background-color: #93BDE7;
}
</style>
border-color css
<style>
span { border-color: #93BDE7; }
span { border-color: rgb(147,189,231); }
td.TdClassName
{
border-color: #93BDE7;
}
.TagClassName
{
border-color: #93BDE7;
}
</style>