Shades of Anakiwa #90D5EA
Tints of Anakiwa #90D5EA
RGB
CMYK
RGB Variations
Color information
#90D5EA (or 0x90D5EA) is known color: Anakiwa. HEX triplet: 90, D5 and EA. RGB value is (144,213,234). Sum of RGB (Red+Green+Blue) = 144+213+234=591 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.37% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #90D5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D5EA is #6F2A15. Grayscale: #C2C2C2. Windows color (decimal): -7285270 or 15390096. OLE color: 15390096.
HSL color Cylindrical-coordinate representation of color #90D5EA: hue angle of 194º 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 #90D5EA is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 213 | 234 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.08 |
| HSL | 194º | 0.68% | 0.74% | - |
| HSV(B) | 194º | 0.38% | 0.92% | - |
| XYZ | 50.15 | 59.46 | 86.68 | - |
| YUV | 194.76 | 150.14 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 234 | 0.38 | 0.09 | 0 | 0.08 | 194 | 0.68 | 0.74 |
| Hex | 90 | D5 | EA | 26 | 9 | 0 | 8 | C2 | 44 | 4A |
| Octal | 220 | 325 | 352 | 46 | 11 | 0 | 10 | 302 | 104 | 112 |
| Binary | 10010000 | 11010101 | 11101010 | 100110 | 1001 | 0 | 1000 | 11000010 | 1000100 | 1001010 |
Color Harmonies of #90D5EA
Complementary color
Monochromatic Colors of #90D5EA
Black with #90D5EA
Text Example
Text Example
White with #90D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D5EA; }
p { color: rgb(144,213,234); }
H1.HeaderClassName
{
color: #90D5EA;
}
.AnyTagClassName
{
color: #90D5EA;
}
</style>
background-color css
<style>
a { background-color: #90D5EA; }
a { background-color: rgb(144,213,234); }
div.DivClassName
{
background-color: #90D5EA;
}
.BgClassName
{
background-color: #90D5EA;
}
</style>
border-color css
<style>
span { border-color: #90D5EA; }
span { border-color: rgb(144,213,234); }
td.TdClassName
{
border-color: #90D5EA;
}
.TagClassName
{
border-color: #90D5EA;
}
</style>