Shades of Cornflower #90BDDF
Tints of Cornflower #90BDDF
RGB
CMYK
RGB Variations
Color information
#90BDDF (or 0x90BDDF) is known color: Cornflower. HEX triplet: 90, BD and DF. RGB value is (144,189,223). Sum of RGB (Red+Green+Blue) = 144+189+223=556 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.90% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #90BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDDF is #6F4220. Grayscale: #B3B3B3. Windows color (decimal): -7291425 or 14663056. OLE color: 14663056.
HSL color Cylindrical-coordinate representation of color #90BDDF: hue angle of 205.82º 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 #90BDDF is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 189 | 223 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.13 |
| HSL | 205.82º | 0.55% | 0.72% | - |
| HSV(B) | 205.82º | 0.35% | 0.87% | - |
| XYZ | 43.02 | 47.65 | 76.74 | - |
| YUV | 179.42 | 152.59 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 223 | 0.35 | 0.15 | 0 | 0.13 | 205.82 | 0.55 | 0.72 |
| Hex | 90 | BD | DF | 23 | F | 0 | D | CE | 37 | 48 |
| Octal | 220 | 275 | 337 | 43 | 17 | 0 | 15 | 316 | 67 | 110 |
| Binary | 10010000 | 10111101 | 11011111 | 100011 | 1111 | 0 | 1101 | 11001110 | 110111 | 1001000 |
Color Harmonies of #90BDDF
Complementary color
Monochromatic Colors of #90BDDF
Black with #90BDDF
Text Example
Text Example
White with #90BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDDF; }
p { color: rgb(144,189,223); }
H1.HeaderClassName
{
color: #90BDDF;
}
.AnyTagClassName
{
color: #90BDDF;
}
</style>
background-color css
<style>
a { background-color: #90BDDF; }
a { background-color: rgb(144,189,223); }
div.DivClassName
{
background-color: #90BDDF;
}
.BgClassName
{
background-color: #90BDDF;
}
</style>
border-color css
<style>
span { border-color: #90BDDF; }
span { border-color: rgb(144,189,223); }
td.TdClassName
{
border-color: #90BDDF;
}
.TagClassName
{
border-color: #90BDDF;
}
</style>