Shades of Anakiwa #90DAE8
Tints of Anakiwa #90DAE8
RGB
CMYK
RGB Variations
Color information
#90DAE8 (or 0x90DAE8) is known color: Anakiwa. HEX triplet: 90, DA and E8. RGB value is (144,218,232). Sum of RGB (Red+Green+Blue) = 144+218+232=594 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.24% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #90DAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DAE8 is #6F2517. Grayscale: #C5C5C5. Windows color (decimal): -7283992 or 15260304. OLE color: 15260304.
HSL color Cylindrical-coordinate representation of color #90DAE8: hue angle of 189.55º degrees, saturation: 0.66, 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 #90DAE8 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 218 | 232 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.09 |
| HSL | 189.55º | 0.66% | 0.74% | - |
| HSV(B) | 189.55º | 0.38% | 0.91% | - |
| XYZ | 51.14 | 61.9 | 85.6 | - |
| YUV | 197.47 | 147.48 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 232 | 0.38 | 0.06 | 0 | 0.09 | 189.55 | 0.66 | 0.74 |
| Hex | 90 | DA | E8 | 26 | 6 | 0 | 9 | BE | 42 | 4A |
| Octal | 220 | 332 | 350 | 46 | 6 | 0 | 11 | 276 | 102 | 112 |
| Binary | 10010000 | 11011010 | 11101000 | 100110 | 110 | 0 | 1001 | 10111110 | 1000010 | 1001010 |
Color Harmonies of #90DAE8
Complementary color
Monochromatic Colors of #90DAE8
Black with #90DAE8
Text Example
Text Example
White with #90DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAE8; }
p { color: rgb(144,218,232); }
H1.HeaderClassName
{
color: #90DAE8;
}
.AnyTagClassName
{
color: #90DAE8;
}
</style>
background-color css
<style>
a { background-color: #90DAE8; }
a { background-color: rgb(144,218,232); }
div.DivClassName
{
background-color: #90DAE8;
}
.BgClassName
{
background-color: #90DAE8;
}
</style>
border-color css
<style>
span { border-color: #90DAE8; }
span { border-color: rgb(144,218,232); }
td.TdClassName
{
border-color: #90DAE8;
}
.TagClassName
{
border-color: #90DAE8;
}
</style>