Shades of Cornflower #8ABFDF
Tints of Cornflower #8ABFDF
RGB
CMYK
RGB Variations
Color information
#8ABFDF (or 0x8ABFDF) is known color: Cornflower. HEX triplet: 8A, BF and DF. RGB value is (138,191,223). Sum of RGB (Red+Green+Blue) = 138+191+223=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #8ABFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFDF is #754020. Grayscale: #B2B2B2. Windows color (decimal): -7684129 or 14663562. OLE color: 14663562.
HSL color Cylindrical-coordinate representation of color #8ABFDF: hue angle of 202.59º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ABFDF is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 191 | 223 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.13 |
| HSL | 202.59º | 0.57% | 0.71% | - |
| HSV(B) | 202.59º | 0.38% | 0.87% | - |
| XYZ | 42.43 | 47.99 | 76.84 | - |
| YUV | 178.8 | 152.94 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 223 | 0.38 | 0.14 | 0 | 0.13 | 202.59 | 0.57 | 0.71 |
| Hex | 8A | BF | DF | 26 | E | 0 | D | CB | 39 | 47 |
| Octal | 212 | 277 | 337 | 46 | 16 | 0 | 15 | 313 | 71 | 107 |
| Binary | 10001010 | 10111111 | 11011111 | 100110 | 1110 | 0 | 1101 | 11001011 | 111001 | 1000111 |
Color Harmonies of #8ABFDF
Complementary color
Monochromatic Colors of #8ABFDF
Black with #8ABFDF
Text Example
Text Example
White with #8ABFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABFDF; }
p { color: rgb(138,191,223); }
H1.HeaderClassName
{
color: #8ABFDF;
}
.AnyTagClassName
{
color: #8ABFDF;
}
</style>
background-color css
<style>
a { background-color: #8ABFDF; }
a { background-color: rgb(138,191,223); }
div.DivClassName
{
background-color: #8ABFDF;
}
.BgClassName
{
background-color: #8ABFDF;
}
</style>
border-color css
<style>
span { border-color: #8ABFDF; }
span { border-color: rgb(138,191,223); }
td.TdClassName
{
border-color: #8ABFDF;
}
.TagClassName
{
border-color: #8ABFDF;
}
</style>