Shades of Cornflower #93BBDD
Tints of Cornflower #93BBDD
RGB
CMYK
RGB Variations
Color information
#93BBDD (or 0x93BBDD) is known color: Cornflower. HEX triplet: 93, BB and DD. RGB value is (147,187,221). Sum of RGB (Red+Green+Blue) = 147+187+221=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #93BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBDD is #6C4422. Grayscale: #B2B2B2. Windows color (decimal): -7095331 or 14531475. OLE color: 14531475.
HSL color Cylindrical-coordinate representation of color #93BBDD: hue angle of 207.57º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93BBDD is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 187 | 221 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.13 |
| HSL | 207.57º | 0.52% | 0.72% | - |
| HSV(B) | 207.57º | 0.33% | 0.87% | - |
| XYZ | 42.85 | 46.96 | 75.21 | - |
| YUV | 178.92 | 151.75 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 221 | 0.33 | 0.15 | 0 | 0.13 | 207.57 | 0.52 | 0.72 |
| Hex | 93 | BB | DD | 21 | F | 0 | D | D0 | 34 | 48 |
| Octal | 223 | 273 | 335 | 41 | 17 | 0 | 15 | 320 | 64 | 110 |
| Binary | 10010011 | 10111011 | 11011101 | 100001 | 1111 | 0 | 1101 | 11010000 | 110100 | 1001000 |
Color Harmonies of #93BBDD
Complementary color
Monochromatic Colors of #93BBDD
Black with #93BBDD
Text Example
Text Example
White with #93BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBDD; }
p { color: rgb(147,187,221); }
H1.HeaderClassName
{
color: #93BBDD;
}
.AnyTagClassName
{
color: #93BBDD;
}
</style>
background-color css
<style>
a { background-color: #93BBDD; }
a { background-color: rgb(147,187,221); }
div.DivClassName
{
background-color: #93BBDD;
}
.BgClassName
{
background-color: #93BBDD;
}
</style>
border-color css
<style>
span { border-color: #93BBDD; }
span { border-color: rgb(147,187,221); }
td.TdClassName
{
border-color: #93BBDD;
}
.TagClassName
{
border-color: #93BBDD;
}
</style>