Shades of Cornflower #93BEDA
Tints of Cornflower #93BEDA
RGB
CMYK
RGB Variations
Color information
#93BEDA (or 0x93BEDA) is known color: Cornflower. HEX triplet: 93, BE and DA. RGB value is (147,190,218). Sum of RGB (Red+Green+Blue) = 147+190+218=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #93BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEDA is #6C4125. Grayscale: #B4B4B4. Windows color (decimal): -7094566 or 14335635. OLE color: 14335635.
HSL color Cylindrical-coordinate representation of color #93BEDA: hue angle of 203.66º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93BEDA is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 190 | 218 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.15 |
| HSL | 203.66º | 0.49% | 0.72% | - |
| HSV(B) | 203.66º | 0.33% | 0.85% | - |
| XYZ | 43.1 | 48.09 | 73.34 | - |
| YUV | 180.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 218 | 0.33 | 0.13 | 0 | 0.15 | 203.66 | 0.49 | 0.72 |
| Hex | 93 | BE | DA | 21 | D | 0 | F | CC | 31 | 48 |
| Octal | 223 | 276 | 332 | 41 | 15 | 0 | 17 | 314 | 61 | 110 |
| Binary | 10010011 | 10111110 | 11011010 | 100001 | 1101 | 0 | 1111 | 11001100 | 110001 | 1001000 |
Color Harmonies of #93BEDA
Complementary color
Monochromatic Colors of #93BEDA
Black with #93BEDA
Text Example
Text Example
White with #93BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEDA; }
p { color: rgb(147,190,218); }
H1.HeaderClassName
{
color: #93BEDA;
}
.AnyTagClassName
{
color: #93BEDA;
}
</style>
background-color css
<style>
a { background-color: #93BEDA; }
a { background-color: rgb(147,190,218); }
div.DivClassName
{
background-color: #93BEDA;
}
.BgClassName
{
background-color: #93BEDA;
}
</style>
border-color css
<style>
span { border-color: #93BEDA; }
span { border-color: rgb(147,190,218); }
td.TdClassName
{
border-color: #93BEDA;
}
.TagClassName
{
border-color: #93BEDA;
}
</style>