Shades of Anakiwa #90DEF1
Tints of Anakiwa #90DEF1
RGB
CMYK
RGB Variations
Color information
#90DEF1 (or 0x90DEF1) is known color: Anakiwa. HEX triplet: 90, DE and F1. RGB value is (144,222,241). Sum of RGB (Red+Green+Blue) = 144+222+241=607 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.72% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #90DEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DEF1 is #6F210E. Grayscale: #C8C8C8. Windows color (decimal): -7282959 or 15851152. OLE color: 15851152.
HSL color Cylindrical-coordinate representation of color #90DEF1: hue angle of 191.75º 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 #90DEF1 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 222 | 241 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.05 |
| HSL | 191.75º | 0.78% | 0.75% | - |
| HSV(B) | 191.75º | 0.4% | 0.95% | - |
| XYZ | 53.5 | 64.52 | 92.85 | - |
| YUV | 200.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 241 | 0.40 | 0.08 | 0 | 0.05 | 191.75 | 0.78 | 0.75 |
| Hex | 90 | DE | F1 | 28 | 8 | 0 | 5 | C0 | 4E | 4B |
| Octal | 220 | 336 | 361 | 50 | 10 | 0 | 5 | 300 | 116 | 113 |
| Binary | 10010000 | 11011110 | 11110001 | 101000 | 1000 | 0 | 101 | 11000000 | 1001110 | 1001011 |
Color Harmonies of #90DEF1
Complementary color
Monochromatic Colors of #90DEF1
Black with #90DEF1
Text Example
Text Example
White with #90DEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEF1; }
p { color: rgb(144,222,241); }
H1.HeaderClassName
{
color: #90DEF1;
}
.AnyTagClassName
{
color: #90DEF1;
}
</style>
background-color css
<style>
a { background-color: #90DEF1; }
a { background-color: rgb(144,222,241); }
div.DivClassName
{
background-color: #90DEF1;
}
.BgClassName
{
background-color: #90DEF1;
}
</style>
border-color css
<style>
span { border-color: #90DEF1; }
span { border-color: rgb(144,222,241); }
td.TdClassName
{
border-color: #90DEF1;
}
.TagClassName
{
border-color: #90DEF1;
}
</style>