Shades of Anakiwa #90D3EA
Tints of Anakiwa #90D3EA
RGB
CMYK
RGB Variations
Color information
#90D3EA (or 0x90D3EA) is known color: Anakiwa. HEX triplet: 90, D3 and EA. RGB value is (144,211,234). Sum of RGB (Red+Green+Blue) = 144+211+234=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #90D3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D3EA is #6F2C15. Grayscale: #C1C1C1. Windows color (decimal): -7285782 or 15389584. OLE color: 15389584.
HSL color Cylindrical-coordinate representation of color #90D3EA: hue angle of 195.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90D3EA is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 211 | 234 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.08 |
| HSL | 195.33º | 0.68% | 0.74% | - |
| HSV(B) | 195.33º | 0.38% | 0.92% | - |
| XYZ | 49.65 | 58.46 | 86.51 | - |
| YUV | 193.59 | 150.8 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 211 | 234 | 0.38 | 0.10 | 0 | 0.08 | 195.33 | 0.68 | 0.74 |
| Hex | 90 | D3 | EA | 26 | A | 0 | 8 | C3 | 44 | 4A |
| Octal | 220 | 323 | 352 | 46 | 12 | 0 | 10 | 303 | 104 | 112 |
| Binary | 10010000 | 11010011 | 11101010 | 100110 | 1010 | 0 | 1000 | 11000011 | 1000100 | 1001010 |
Color Harmonies of #90D3EA
Complementary color
Monochromatic Colors of #90D3EA
Black with #90D3EA
Text Example
Text Example
White with #90D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D3EA; }
p { color: rgb(144,211,234); }
H1.HeaderClassName
{
color: #90D3EA;
}
.AnyTagClassName
{
color: #90D3EA;
}
</style>
background-color css
<style>
a { background-color: #90D3EA; }
a { background-color: rgb(144,211,234); }
div.DivClassName
{
background-color: #90D3EA;
}
.BgClassName
{
background-color: #90D3EA;
}
</style>
border-color css
<style>
span { border-color: #90D3EA; }
span { border-color: rgb(144,211,234); }
td.TdClassName
{
border-color: #90D3EA;
}
.TagClassName
{
border-color: #90D3EA;
}
</style>