Shades of Anakiwa #90DDEF
Tints of Anakiwa #90DDEF
RGB
CMYK
RGB Variations
Color information
#90DDEF (or 0x90DDEF) is known color: Anakiwa. HEX triplet: 90, DD and EF. RGB value is (144,221,239). Sum of RGB (Red+Green+Blue) = 144+221+239=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #90DDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DDEF is #6F2210. Grayscale: #C7C7C7. Windows color (decimal): -7283217 or 15719824. OLE color: 15719824.
HSL color Cylindrical-coordinate representation of color #90DDEF: hue angle of 191.37º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90DDEF is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 221 | 239 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.06 |
| HSL | 191.37º | 0.75% | 0.75% | - |
| HSV(B) | 191.37º | 0.4% | 0.94% | - |
| XYZ | 52.94 | 63.87 | 91.2 | - |
| YUV | 200.03 | 149.99 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 239 | 0.40 | 0.08 | 0 | 0.06 | 191.37 | 0.75 | 0.75 |
| Hex | 90 | DD | EF | 28 | 8 | 0 | 6 | BF | 4B | 4B |
| Octal | 220 | 335 | 357 | 50 | 10 | 0 | 6 | 277 | 113 | 113 |
| Binary | 10010000 | 11011101 | 11101111 | 101000 | 1000 | 0 | 110 | 10111111 | 1001011 | 1001011 |
Color Harmonies of #90DDEF
Complementary color
Monochromatic Colors of #90DDEF
Black with #90DDEF
Text Example
Text Example
White with #90DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDEF; }
p { color: rgb(144,221,239); }
H1.HeaderClassName
{
color: #90DDEF;
}
.AnyTagClassName
{
color: #90DDEF;
}
</style>
background-color css
<style>
a { background-color: #90DDEF; }
a { background-color: rgb(144,221,239); }
div.DivClassName
{
background-color: #90DDEF;
}
.BgClassName
{
background-color: #90DDEF;
}
</style>
border-color css
<style>
span { border-color: #90DDEF; }
span { border-color: rgb(144,221,239); }
td.TdClassName
{
border-color: #90DDEF;
}
.TagClassName
{
border-color: #90DDEF;
}
</style>