Shades of Cornflower #93CDE5
Tints of Cornflower #93CDE5
RGB
CMYK
RGB Variations
Color information
#93CDE5 (or 0x93CDE5) is known color: Cornflower. HEX triplet: 93, CD and E5. RGB value is (147,205,229). Sum of RGB (Red+Green+Blue) = 147+205+229=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #93CDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CDE5 is #6C321A. Grayscale: #BEBEBE. Windows color (decimal): -7090715 or 15060371. OLE color: 15060371.
HSL color Cylindrical-coordinate representation of color #93CDE5: hue angle of 197.56º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93CDE5 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 205 | 229 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.10 |
| HSL | 197.56º | 0.61% | 0.74% | - |
| HSV(B) | 197.56º | 0.36% | 0.9% | - |
| XYZ | 48.01 | 55.52 | 82.32 | - |
| YUV | 190.39 | 149.78 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 205 | 229 | 0.36 | 0.10 | 0 | 0.10 | 197.56 | 0.61 | 0.74 |
| Hex | 93 | CD | E5 | 24 | A | 0 | A | C6 | 3D | 4A |
| Octal | 223 | 315 | 345 | 44 | 12 | 0 | 12 | 306 | 75 | 112 |
| Binary | 10010011 | 11001101 | 11100101 | 100100 | 1010 | 0 | 1010 | 11000110 | 111101 | 1001010 |
Color Harmonies of #93CDE5
Complementary color
Monochromatic Colors of #93CDE5
Black with #93CDE5
Text Example
Text Example
White with #93CDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CDE5; }
p { color: rgb(147,205,229); }
H1.HeaderClassName
{
color: #93CDE5;
}
.AnyTagClassName
{
color: #93CDE5;
}
</style>
background-color css
<style>
a { background-color: #93CDE5; }
a { background-color: rgb(147,205,229); }
div.DivClassName
{
background-color: #93CDE5;
}
.BgClassName
{
background-color: #93CDE5;
}
</style>
border-color css
<style>
span { border-color: #93CDE5; }
span { border-color: rgb(147,205,229); }
td.TdClassName
{
border-color: #93CDE5;
}
.TagClassName
{
border-color: #93CDE5;
}
</style>