Shades of Anakiwa #90DDF1
Tints of Anakiwa #90DDF1
RGB
CMYK
RGB Variations
Color information
#90DDF1 (or 0x90DDF1) is known color: Anakiwa. HEX triplet: 90, DD and F1. RGB value is (144,221,241). Sum of RGB (Red+Green+Blue) = 144+221+241=606 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.76% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #90DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DDF1 is #6F220E. Grayscale: #C8C8C8. Windows color (decimal): -7283215 or 15850896. OLE color: 15850896.
HSL color Cylindrical-coordinate representation of color #90DDF1: hue angle of 192.37º 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 #90DDF1 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 221 | 241 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.05 |
| HSL | 192.37º | 0.78% | 0.75% | - |
| HSV(B) | 192.37º | 0.4% | 0.95% | - |
| XYZ | 53.24 | 63.99 | 92.77 | - |
| YUV | 200.26 | 150.99 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 241 | 0.40 | 0.08 | 0 | 0.05 | 192.37 | 0.78 | 0.75 |
| Hex | 90 | DD | F1 | 28 | 8 | 0 | 5 | C0 | 4E | 4B |
| Octal | 220 | 335 | 361 | 50 | 10 | 0 | 5 | 300 | 116 | 113 |
| Binary | 10010000 | 11011101 | 11110001 | 101000 | 1000 | 0 | 101 | 11000000 | 1001110 | 1001011 |
Color Harmonies of #90DDF1
Complementary color
Monochromatic Colors of #90DDF1
Black with #90DDF1
Text Example
Text Example
White with #90DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDF1; }
p { color: rgb(144,221,241); }
H1.HeaderClassName
{
color: #90DDF1;
}
.AnyTagClassName
{
color: #90DDF1;
}
</style>
background-color css
<style>
a { background-color: #90DDF1; }
a { background-color: rgb(144,221,241); }
div.DivClassName
{
background-color: #90DDF1;
}
.BgClassName
{
background-color: #90DDF1;
}
</style>
border-color css
<style>
span { border-color: #90DDF1; }
span { border-color: rgb(144,221,241); }
td.TdClassName
{
border-color: #90DDF1;
}
.TagClassName
{
border-color: #90DDF1;
}
</style>