Shades of Cornflower #93CBF2
Tints of Cornflower #93CBF2
RGB
CMYK
RGB Variations
Color information
#93CBF2 (or 0x93CBF2) is known color: Cornflower. HEX triplet: 93, CB and F2. RGB value is (147,203,242). Sum of RGB (Red+Green+Blue) = 147+203+242=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #93CBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CBF2 is #6C340D. Grayscale: #BEBEBE. Windows color (decimal): -7091214 or 15911827. OLE color: 15911827.
HSL color Cylindrical-coordinate representation of color #93CBF2: hue angle of 204.63º 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 #93CBF2 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 203 | 242 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.05 |
| HSL | 204.63º | 0.79% | 0.76% | - |
| HSV(B) | 204.63º | 0.39% | 0.95% | - |
| XYZ | 49.42 | 55.33 | 92.08 | - |
| YUV | 190.7 | 156.95 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 242 | 0.39 | 0.16 | 0 | 0.05 | 204.63 | 0.79 | 0.76 |
| Hex | 93 | CB | F2 | 27 | 10 | 0 | 5 | CD | 4F | 4C |
| Octal | 223 | 313 | 362 | 47 | 20 | 0 | 5 | 315 | 117 | 114 |
| Binary | 10010011 | 11001011 | 11110010 | 100111 | 10000 | 0 | 101 | 11001101 | 1001111 | 1001100 |
Color Harmonies of #93CBF2
Complementary color
Monochromatic Colors of #93CBF2
Black with #93CBF2
Text Example
Text Example
White with #93CBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CBF2; }
p { color: rgb(147,203,242); }
H1.HeaderClassName
{
color: #93CBF2;
}
.AnyTagClassName
{
color: #93CBF2;
}
</style>
background-color css
<style>
a { background-color: #93CBF2; }
a { background-color: rgb(147,203,242); }
div.DivClassName
{
background-color: #93CBF2;
}
.BgClassName
{
background-color: #93CBF2;
}
</style>
border-color css
<style>
span { border-color: #93CBF2; }
span { border-color: rgb(147,203,242); }
td.TdClassName
{
border-color: #93CBF2;
}
.TagClassName
{
border-color: #93CBF2;
}
</style>