Shades of Cornflower Blue #55ADFE
Tints of Cornflower Blue #55ADFE
RGB
CMYK
RGB Variations
Color information
#55ADFE (or 0x55ADFE) is known color: Cornflower Blue. HEX triplet: 55, AD and FE. RGB value is (85,173,254). Sum of RGB (Red+Green+Blue) = 85+173+254=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #55ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ADFE is #AA5201. Grayscale: #9B9B9B. Windows color (decimal): -11162114 or 16690517. OLE color: 16690517.
HSL color Cylindrical-coordinate representation of color #55ADFE: hue angle of 208.76º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55ADFE is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 173 | 254 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.00 |
| HSL | 208.76º | 0.99% | 0.66% | - |
| HSV(B) | 208.76º | 0.67% | 1% | - |
| XYZ | 36.58 | 38.97 | 99.36 | - |
| YUV | 155.92 | 183.35 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 254 | 0.67 | 0.32 | 0 | 0.00 | 208.76 | 0.99 | 0.66 |
| Hex | 55 | AD | FE | 43 | 20 | 0 | 0 | D1 | 63 | 42 |
| Octal | 125 | 255 | 376 | 103 | 40 | 0 | 0 | 321 | 143 | 102 |
| Binary | 1010101 | 10101101 | 11111110 | 1000011 | 100000 | 0 | 0 | 11010001 | 1100011 | 1000010 |
Color Harmonies of #55ADFE
Complementary color
Monochromatic Colors of #55ADFE
Black with #55ADFE
Text Example
Text Example
White with #55ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADFE; }
p { color: rgb(85,173,254); }
H1.HeaderClassName
{
color: #55ADFE;
}
.AnyTagClassName
{
color: #55ADFE;
}
</style>
background-color css
<style>
a { background-color: #55ADFE; }
a { background-color: rgb(85,173,254); }
div.DivClassName
{
background-color: #55ADFE;
}
.BgClassName
{
background-color: #55ADFE;
}
</style>
border-color css
<style>
span { border-color: #55ADFE; }
span { border-color: rgb(85,173,254); }
td.TdClassName
{
border-color: #55ADFE;
}
.TagClassName
{
border-color: #55ADFE;
}
</style>