Shades of Anakiwa #90D2F1
Tints of Anakiwa #90D2F1
RGB
CMYK
RGB Variations
Color information
#90D2F1 (or 0x90D2F1) is known color: Anakiwa. HEX triplet: 90, D2 and F1. RGB value is (144,210,241). Sum of RGB (Red+Green+Blue) = 144+210+241=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #90D2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D2F1 is #6F2D0E. Grayscale: #C1C1C1. Windows color (decimal): -7286031 or 15848080. OLE color: 15848080.
HSL color Cylindrical-coordinate representation of color #90D2F1: hue angle of 199.18º 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 #90D2F1 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 210 | 241 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.05 |
| HSL | 199.18º | 0.78% | 0.75% | - |
| HSV(B) | 199.18º | 0.4% | 0.95% | - |
| XYZ | 50.43 | 58.37 | 91.83 | - |
| YUV | 193.8 | 154.63 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 210 | 241 | 0.40 | 0.13 | 0 | 0.05 | 199.18 | 0.78 | 0.75 |
| Hex | 90 | D2 | F1 | 28 | D | 0 | 5 | C7 | 4E | 4B |
| Octal | 220 | 322 | 361 | 50 | 15 | 0 | 5 | 307 | 116 | 113 |
| Binary | 10010000 | 11010010 | 11110001 | 101000 | 1101 | 0 | 101 | 11000111 | 1001110 | 1001011 |
Color Harmonies of #90D2F1
Complementary color
Monochromatic Colors of #90D2F1
Black with #90D2F1
Text Example
Text Example
White with #90D2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D2F1; }
p { color: rgb(144,210,241); }
H1.HeaderClassName
{
color: #90D2F1;
}
.AnyTagClassName
{
color: #90D2F1;
}
</style>
background-color css
<style>
a { background-color: #90D2F1; }
a { background-color: rgb(144,210,241); }
div.DivClassName
{
background-color: #90D2F1;
}
.BgClassName
{
background-color: #90D2F1;
}
</style>
border-color css
<style>
span { border-color: #90D2F1; }
span { border-color: rgb(144,210,241); }
td.TdClassName
{
border-color: #90D2F1;
}
.TagClassName
{
border-color: #90D2F1;
}
</style>