Shades of Cornflower #90BFDF
Tints of Cornflower #90BFDF
RGB
CMYK
RGB Variations
Color information
#90BFDF (or 0x90BFDF) is known color: Cornflower. HEX triplet: 90, BF and DF. RGB value is (144,191,223). Sum of RGB (Red+Green+Blue) = 144+191+223=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #90BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFDF is #6F4020. Grayscale: #B4B4B4. Windows color (decimal): -7290913 or 14663568. OLE color: 14663568.
HSL color Cylindrical-coordinate representation of color #90BFDF: hue angle of 204.3º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90BFDF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 191 | 223 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.13 |
| HSL | 204.3º | 0.55% | 0.72% | - |
| HSV(B) | 204.3º | 0.35% | 0.87% | - |
| XYZ | 43.45 | 48.52 | 76.89 | - |
| YUV | 180.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 223 | 0.35 | 0.14 | 0 | 0.13 | 204.3 | 0.55 | 0.72 |
| Hex | 90 | BF | DF | 23 | E | 0 | D | CC | 37 | 48 |
| Octal | 220 | 277 | 337 | 43 | 16 | 0 | 15 | 314 | 67 | 110 |
| Binary | 10010000 | 10111111 | 11011111 | 100011 | 1110 | 0 | 1101 | 11001100 | 110111 | 1001000 |
Color Harmonies of #90BFDF
Complementary color
Monochromatic Colors of #90BFDF
Black with #90BFDF
Text Example
Text Example
White with #90BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BFDF; }
p { color: rgb(144,191,223); }
H1.HeaderClassName
{
color: #90BFDF;
}
.AnyTagClassName
{
color: #90BFDF;
}
</style>
background-color css
<style>
a { background-color: #90BFDF; }
a { background-color: rgb(144,191,223); }
div.DivClassName
{
background-color: #90BFDF;
}
.BgClassName
{
background-color: #90BFDF;
}
</style>
border-color css
<style>
span { border-color: #90BFDF; }
span { border-color: rgb(144,191,223); }
td.TdClassName
{
border-color: #90BFDF;
}
.TagClassName
{
border-color: #90BFDF;
}
</style>