Shades of Anakiwa #90DEF2
Tints of Anakiwa #90DEF2
RGB
CMYK
RGB Variations
Color information
#90DEF2 (or 0x90DEF2) is known color: Anakiwa. HEX triplet: 90, DE and F2. RGB value is (144,222,242). Sum of RGB (Red+Green+Blue) = 144+222+242=608 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.68% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #90DEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DEF2 is #6F210D. Grayscale: #C8C8C8. Windows color (decimal): -7282958 or 15916688. OLE color: 15916688.
HSL color Cylindrical-coordinate representation of color #90DEF2: hue angle of 192.24º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90DEF2 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 222 | 242 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.05 |
| HSL | 192.24º | 0.79% | 0.76% | - |
| HSV(B) | 192.24º | 0.4% | 0.95% | - |
| XYZ | 53.65 | 64.58 | 93.64 | - |
| YUV | 200.96 | 151.16 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 242 | 0.40 | 0.08 | 0 | 0.05 | 192.24 | 0.79 | 0.76 |
| Hex | 90 | DE | F2 | 28 | 8 | 0 | 5 | C0 | 4F | 4C |
| Octal | 220 | 336 | 362 | 50 | 10 | 0 | 5 | 300 | 117 | 114 |
| Binary | 10010000 | 11011110 | 11110010 | 101000 | 1000 | 0 | 101 | 11000000 | 1001111 | 1001100 |
Color Harmonies of #90DEF2
Complementary color
Monochromatic Colors of #90DEF2
Black with #90DEF2
Text Example
Text Example
White with #90DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEF2; }
p { color: rgb(144,222,242); }
H1.HeaderClassName
{
color: #90DEF2;
}
.AnyTagClassName
{
color: #90DEF2;
}
</style>
background-color css
<style>
a { background-color: #90DEF2; }
a { background-color: rgb(144,222,242); }
div.DivClassName
{
background-color: #90DEF2;
}
.BgClassName
{
background-color: #90DEF2;
}
</style>
border-color css
<style>
span { border-color: #90DEF2; }
span { border-color: rgb(144,222,242); }
td.TdClassName
{
border-color: #90DEF2;
}
.TagClassName
{
border-color: #90DEF2;
}
</style>