Shades of Anakiwa #90D1EC
Tints of Anakiwa #90D1EC
RGB
CMYK
RGB Variations
Color information
#90D1EC (or 0x90D1EC) is known color: Anakiwa. HEX triplet: 90, D1 and EC. RGB value is (144,209,236). Sum of RGB (Red+Green+Blue) = 144+209+236=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #90D1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D1EC is #6F2E13. Grayscale: #C0C0C0. Windows color (decimal): -7286292 or 15520144. OLE color: 15520144.
HSL color Cylindrical-coordinate representation of color #90D1EC: hue angle of 197.61º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90D1EC is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 209 | 236 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.07 |
| HSL | 197.61º | 0.71% | 0.75% | - |
| HSV(B) | 197.61º | 0.39% | 0.93% | - |
| XYZ | 49.44 | 57.59 | 87.87 | - |
| YUV | 192.64 | 152.47 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 209 | 236 | 0.39 | 0.11 | 0 | 0.07 | 197.61 | 0.71 | 0.75 |
| Hex | 90 | D1 | EC | 27 | B | 0 | 7 | C6 | 47 | 4B |
| Octal | 220 | 321 | 354 | 47 | 13 | 0 | 7 | 306 | 107 | 113 |
| Binary | 10010000 | 11010001 | 11101100 | 100111 | 1011 | 0 | 111 | 11000110 | 1000111 | 1001011 |
Color Harmonies of #90D1EC
Complementary color
Monochromatic Colors of #90D1EC
Black with #90D1EC
Text Example
Text Example
White with #90D1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D1EC; }
p { color: rgb(144,209,236); }
H1.HeaderClassName
{
color: #90D1EC;
}
.AnyTagClassName
{
color: #90D1EC;
}
</style>
background-color css
<style>
a { background-color: #90D1EC; }
a { background-color: rgb(144,209,236); }
div.DivClassName
{
background-color: #90D1EC;
}
.BgClassName
{
background-color: #90D1EC;
}
</style>
border-color css
<style>
span { border-color: #90D1EC; }
span { border-color: rgb(144,209,236); }
td.TdClassName
{
border-color: #90D1EC;
}
.TagClassName
{
border-color: #90D1EC;
}
</style>