Shades of Anakiwa #90D0EE
Tints of Anakiwa #90D0EE
RGB
CMYK
RGB Variations
Color information
#90D0EE (or 0x90D0EE) is known color: Anakiwa. HEX triplet: 90, D0 and EE. RGB value is (144,208,238). Sum of RGB (Red+Green+Blue) = 144+208+238=590 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.41% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #90D0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D0EE is #6F2F11. Grayscale: #C0C0C0. Windows color (decimal): -7286546 or 15650960. OLE color: 15650960.
HSL color Cylindrical-coordinate representation of color #90D0EE: hue angle of 199.15º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90D0EE is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 208 | 238 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.07 |
| HSL | 199.15º | 0.73% | 0.75% | - |
| HSV(B) | 199.15º | 0.39% | 0.93% | - |
| XYZ | 49.49 | 57.21 | 89.32 | - |
| YUV | 192.28 | 153.8 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 238 | 0.39 | 0.13 | 0 | 0.07 | 199.15 | 0.73 | 0.75 |
| Hex | 90 | D0 | EE | 27 | D | 0 | 7 | C7 | 49 | 4B |
| Octal | 220 | 320 | 356 | 47 | 15 | 0 | 7 | 307 | 111 | 113 |
| Binary | 10010000 | 11010000 | 11101110 | 100111 | 1101 | 0 | 111 | 11000111 | 1001001 | 1001011 |
Color Harmonies of #90D0EE
Complementary color
Monochromatic Colors of #90D0EE
Black with #90D0EE
Text Example
Text Example
White with #90D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D0EE; }
p { color: rgb(144,208,238); }
H1.HeaderClassName
{
color: #90D0EE;
}
.AnyTagClassName
{
color: #90D0EE;
}
</style>
background-color css
<style>
a { background-color: #90D0EE; }
a { background-color: rgb(144,208,238); }
div.DivClassName
{
background-color: #90D0EE;
}
.BgClassName
{
background-color: #90D0EE;
}
</style>
border-color css
<style>
span { border-color: #90D0EE; }
span { border-color: rgb(144,208,238); }
td.TdClassName
{
border-color: #90D0EE;
}
.TagClassName
{
border-color: #90D0EE;
}
</style>