Shades of Anakiwa #90D8F1
Tints of Anakiwa #90D8F1
RGB
CMYK
RGB Variations
Color information
#90D8F1 (or 0x90D8F1) is known color: Anakiwa. HEX triplet: 90, D8 and F1. RGB value is (144,216,241). Sum of RGB (Red+Green+Blue) = 144+216+241=601 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.96% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #90D8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D8F1 is #6F270E. Grayscale: #C5C5C5. Windows color (decimal): -7284495 or 15849616. OLE color: 15849616.
HSL color Cylindrical-coordinate representation of color #90D8F1: hue angle of 195.46º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90D8F1 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 216 | 241 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.05 |
| HSL | 195.46º | 0.78% | 0.75% | - |
| HSV(B) | 195.46º | 0.4% | 0.95% | - |
| XYZ | 51.93 | 61.39 | 92.33 | - |
| YUV | 197.32 | 152.65 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 241 | 0.40 | 0.10 | 0 | 0.05 | 195.46 | 0.78 | 0.75 |
| Hex | 90 | D8 | F1 | 28 | A | 0 | 5 | C3 | 4E | 4B |
| Octal | 220 | 330 | 361 | 50 | 12 | 0 | 5 | 303 | 116 | 113 |
| Binary | 10010000 | 11011000 | 11110001 | 101000 | 1010 | 0 | 101 | 11000011 | 1001110 | 1001011 |
Color Harmonies of #90D8F1
Complementary color
Monochromatic Colors of #90D8F1
Black with #90D8F1
Text Example
Text Example
White with #90D8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D8F1; }
p { color: rgb(144,216,241); }
H1.HeaderClassName
{
color: #90D8F1;
}
.AnyTagClassName
{
color: #90D8F1;
}
</style>
background-color css
<style>
a { background-color: #90D8F1; }
a { background-color: rgb(144,216,241); }
div.DivClassName
{
background-color: #90D8F1;
}
.BgClassName
{
background-color: #90D8F1;
}
</style>
border-color css
<style>
span { border-color: #90D8F1; }
span { border-color: rgb(144,216,241); }
td.TdClassName
{
border-color: #90D8F1;
}
.TagClassName
{
border-color: #90D8F1;
}
</style>