Shades of Anakiwa #90D6EF
Tints of Anakiwa #90D6EF
RGB
CMYK
RGB Variations
Color information
#90D6EF (or 0x90D6EF) is known color: Anakiwa. HEX triplet: 90, D6 and EF. RGB value is (144,214,239). Sum of RGB (Red+Green+Blue) = 144+214+239=597 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.12% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #90D6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D6EF is #6F2910. Grayscale: #C3C3C3. Windows color (decimal): -7285009 or 15718032. OLE color: 15718032.
HSL color Cylindrical-coordinate representation of color #90D6EF: hue angle of 195.79º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90D6EF is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 214 | 239 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.06 |
| HSL | 195.79º | 0.75% | 0.75% | - |
| HSV(B) | 195.79º | 0.4% | 0.94% | - |
| XYZ | 51.13 | 60.25 | 90.6 | - |
| YUV | 195.92 | 152.31 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 239 | 0.40 | 0.10 | 0 | 0.06 | 195.79 | 0.75 | 0.75 |
| Hex | 90 | D6 | EF | 28 | A | 0 | 6 | C4 | 4B | 4B |
| Octal | 220 | 326 | 357 | 50 | 12 | 0 | 6 | 304 | 113 | 113 |
| Binary | 10010000 | 11010110 | 11101111 | 101000 | 1010 | 0 | 110 | 11000100 | 1001011 | 1001011 |
Color Harmonies of #90D6EF
Complementary color
Monochromatic Colors of #90D6EF
Black with #90D6EF
Text Example
Text Example
White with #90D6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D6EF; }
p { color: rgb(144,214,239); }
H1.HeaderClassName
{
color: #90D6EF;
}
.AnyTagClassName
{
color: #90D6EF;
}
</style>
background-color css
<style>
a { background-color: #90D6EF; }
a { background-color: rgb(144,214,239); }
div.DivClassName
{
background-color: #90D6EF;
}
.BgClassName
{
background-color: #90D6EF;
}
</style>
border-color css
<style>
span { border-color: #90D6EF; }
span { border-color: rgb(144,214,239); }
td.TdClassName
{
border-color: #90D6EF;
}
.TagClassName
{
border-color: #90D6EF;
}
</style>