Shades of Anakiwa #90DBE7
Tints of Anakiwa #90DBE7
RGB
CMYK
RGB Variations
Color information
#90DBE7 (or 0x90DBE7) is known color: Anakiwa. HEX triplet: 90, DB and E7. RGB value is (144,219,231). Sum of RGB (Red+Green+Blue) = 144+219+231=594 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.24% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #90DBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBE7 is #6F2418. Grayscale: #C5C5C5. Windows color (decimal): -7283737 or 15195024. OLE color: 15195024.
HSL color Cylindrical-coordinate representation of color #90DBE7: hue angle of 188.28º degrees, saturation: 0.64, 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 #90DBE7 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 219 | 231 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.09 |
| HSL | 188.28º | 0.64% | 0.74% | - |
| HSV(B) | 188.28º | 0.38% | 0.91% | - |
| XYZ | 51.26 | 62.36 | 84.94 | - |
| YUV | 197.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 231 | 0.38 | 0.05 | 0 | 0.09 | 188.28 | 0.64 | 0.74 |
| Hex | 90 | DB | E7 | 26 | 5 | 0 | 9 | BC | 40 | 4A |
| Octal | 220 | 333 | 347 | 46 | 5 | 0 | 11 | 274 | 100 | 112 |
| Binary | 10010000 | 11011011 | 11100111 | 100110 | 101 | 0 | 1001 | 10111100 | 1000000 | 1001010 |
Color Harmonies of #90DBE7
Complementary color
Monochromatic Colors of #90DBE7
Black with #90DBE7
Text Example
Text Example
White with #90DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBE7; }
p { color: rgb(144,219,231); }
H1.HeaderClassName
{
color: #90DBE7;
}
.AnyTagClassName
{
color: #90DBE7;
}
</style>
background-color css
<style>
a { background-color: #90DBE7; }
a { background-color: rgb(144,219,231); }
div.DivClassName
{
background-color: #90DBE7;
}
.BgClassName
{
background-color: #90DBE7;
}
</style>
border-color css
<style>
span { border-color: #90DBE7; }
span { border-color: rgb(144,219,231); }
td.TdClassName
{
border-color: #90DBE7;
}
.TagClassName
{
border-color: #90DBE7;
}
</style>