Shades of Anakiwa #90DBE9
Tints of Anakiwa #90DBE9
RGB
CMYK
RGB Variations
Color information
#90DBE9 (or 0x90DBE9) is known color: Anakiwa. HEX triplet: 90, DB and E9. RGB value is (144,219,233). Sum of RGB (Red+Green+Blue) = 144+219+233=596 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.16% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #90DBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBE9 is #6F2416. Grayscale: #C6C6C6. Windows color (decimal): -7283735 or 15326096. OLE color: 15326096.
HSL color Cylindrical-coordinate representation of color #90DBE9: hue angle of 189.44º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90DBE9 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 219 | 233 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.09 |
| HSL | 189.44º | 0.67% | 0.74% | - |
| HSV(B) | 189.44º | 0.38% | 0.91% | - |
| XYZ | 51.54 | 62.48 | 86.43 | - |
| YUV | 198.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 233 | 0.38 | 0.06 | 0 | 0.09 | 189.44 | 0.67 | 0.74 |
| Hex | 90 | DB | E9 | 26 | 6 | 0 | 9 | BD | 43 | 4A |
| Octal | 220 | 333 | 351 | 46 | 6 | 0 | 11 | 275 | 103 | 112 |
| Binary | 10010000 | 11011011 | 11101001 | 100110 | 110 | 0 | 1001 | 10111101 | 1000011 | 1001010 |
Color Harmonies of #90DBE9
Complementary color
Monochromatic Colors of #90DBE9
Black with #90DBE9
Text Example
Text Example
White with #90DBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBE9; }
p { color: rgb(144,219,233); }
H1.HeaderClassName
{
color: #90DBE9;
}
.AnyTagClassName
{
color: #90DBE9;
}
</style>
background-color css
<style>
a { background-color: #90DBE9; }
a { background-color: rgb(144,219,233); }
div.DivClassName
{
background-color: #90DBE9;
}
.BgClassName
{
background-color: #90DBE9;
}
</style>
border-color css
<style>
span { border-color: #90DBE9; }
span { border-color: rgb(144,219,233); }
td.TdClassName
{
border-color: #90DBE9;
}
.TagClassName
{
border-color: #90DBE9;
}
</style>