Shades of Anakiwa #90D2E5
Tints of Anakiwa #90D2E5
RGB
CMYK
RGB Variations
Color information
#90D2E5 (or 0x90D2E5) is known color: Anakiwa. HEX triplet: 90, D2 and E5. RGB value is (144,210,229). Sum of RGB (Red+Green+Blue) = 144+210+229=583 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.70% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #90D2E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D2E5 is #6F2D1A. Grayscale: #C0C0C0. Windows color (decimal): -7286043 or 15061648. OLE color: 15061648.
HSL color Cylindrical-coordinate representation of color #90D2E5: hue angle of 193.41º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90D2E5 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 210 | 229 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.10 |
| HSL | 193.41º | 0.62% | 0.73% | - |
| HSV(B) | 193.41º | 0.37% | 0.9% | - |
| XYZ | 48.69 | 57.68 | 82.7 | - |
| YUV | 192.43 | 148.63 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 210 | 229 | 0.37 | 0.08 | 0 | 0.10 | 193.41 | 0.62 | 0.73 |
| Hex | 90 | D2 | E5 | 25 | 8 | 0 | A | C1 | 3E | 49 |
| Octal | 220 | 322 | 345 | 45 | 10 | 0 | 12 | 301 | 76 | 111 |
| Binary | 10010000 | 11010010 | 11100101 | 100101 | 1000 | 0 | 1010 | 11000001 | 111110 | 1001001 |
Color Harmonies of #90D2E5
Complementary color
Monochromatic Colors of #90D2E5
Black with #90D2E5
Text Example
Text Example
White with #90D2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D2E5; }
p { color: rgb(144,210,229); }
H1.HeaderClassName
{
color: #90D2E5;
}
.AnyTagClassName
{
color: #90D2E5;
}
</style>
background-color css
<style>
a { background-color: #90D2E5; }
a { background-color: rgb(144,210,229); }
div.DivClassName
{
background-color: #90D2E5;
}
.BgClassName
{
background-color: #90D2E5;
}
</style>
border-color css
<style>
span { border-color: #90D2E5; }
span { border-color: rgb(144,210,229); }
td.TdClassName
{
border-color: #90D2E5;
}
.TagClassName
{
border-color: #90D2E5;
}
</style>