Shades of Anakiwa #90D6F0
Tints of Anakiwa #90D6F0
RGB
CMYK
RGB Variations
Color information
#90D6F0 (or 0x90D6F0) is known color: Anakiwa. HEX triplet: 90, D6 and F0. RGB value is (144,214,240). Sum of RGB (Red+Green+Blue) = 144+214+240=598 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.08% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #90D6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D6F0 is #6F290F. Grayscale: #C3C3C3. Windows color (decimal): -7285008 or 15783568. OLE color: 15783568.
HSL color Cylindrical-coordinate representation of color #90D6F0: hue angle of 196.25º degrees, saturation: 0.76, 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 #90D6F0 is Cyan = 0.4, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 214 | 240 | - |
| CMYK | 0.4 | 0.11 | 0 | 0.06 |
| HSL | 196.25º | 0.76% | 0.75% | - |
| HSV(B) | 196.25º | 0.4% | 0.94% | - |
| XYZ | 51.28 | 60.31 | 91.38 | - |
| YUV | 196.03 | 152.81 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 240 | 0.4 | 0.11 | 0 | 0.06 | 196.25 | 0.76 | 0.75 |
| Hex | 90 | D6 | F0 | 28 | B | 0 | 6 | C4 | 4C | 4B |
| Octal | 220 | 326 | 360 | 50 | 13 | 0 | 6 | 304 | 114 | 113 |
| Binary | 10010000 | 11010110 | 11110000 | 101000 | 1011 | 0 | 110 | 11000100 | 1001100 | 1001011 |
Color Harmonies of #90D6F0
Complementary color
Monochromatic Colors of #90D6F0
Black with #90D6F0
Text Example
Text Example
White with #90D6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D6F0; }
p { color: rgb(144,214,240); }
H1.HeaderClassName
{
color: #90D6F0;
}
.AnyTagClassName
{
color: #90D6F0;
}
</style>
background-color css
<style>
a { background-color: #90D6F0; }
a { background-color: rgb(144,214,240); }
div.DivClassName
{
background-color: #90D6F0;
}
.BgClassName
{
background-color: #90D6F0;
}
</style>
border-color css
<style>
span { border-color: #90D6F0; }
span { border-color: rgb(144,214,240); }
td.TdClassName
{
border-color: #90D6F0;
}
.TagClassName
{
border-color: #90D6F0;
}
</style>