Shades of Anakiwa #90DCEA
Tints of Anakiwa #90DCEA
RGB
CMYK
RGB Variations
Color information
#90DCEA (or 0x90DCEA) is known color: Anakiwa. HEX triplet: 90, DC and EA. RGB value is (144,220,234). Sum of RGB (Red+Green+Blue) = 144+220+234=598 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.08% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #90DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCEA is #6F2315. Grayscale: #C6C6C6. Windows color (decimal): -7283478 or 15391888. OLE color: 15391888.
HSL color Cylindrical-coordinate representation of color #90DCEA: hue angle of 189.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 #90DCEA is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 220 | 234 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.08 |
| HSL | 189.33º | 0.68% | 0.74% | - |
| HSV(B) | 189.33º | 0.38% | 0.92% | - |
| XYZ | 51.95 | 63.06 | 87.28 | - |
| YUV | 198.87 | 147.82 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 234 | 0.38 | 0.06 | 0 | 0.08 | 189.33 | 0.68 | 0.74 |
| Hex | 90 | DC | EA | 26 | 6 | 0 | 8 | BD | 44 | 4A |
| Octal | 220 | 334 | 352 | 46 | 6 | 0 | 10 | 275 | 104 | 112 |
| Binary | 10010000 | 11011100 | 11101010 | 100110 | 110 | 0 | 1000 | 10111101 | 1000100 | 1001010 |
Color Harmonies of #90DCEA
Complementary color
Monochromatic Colors of #90DCEA
Black with #90DCEA
Text Example
Text Example
White with #90DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DCEA; }
p { color: rgb(144,220,234); }
H1.HeaderClassName
{
color: #90DCEA;
}
.AnyTagClassName
{
color: #90DCEA;
}
</style>
background-color css
<style>
a { background-color: #90DCEA; }
a { background-color: rgb(144,220,234); }
div.DivClassName
{
background-color: #90DCEA;
}
.BgClassName
{
background-color: #90DCEA;
}
</style>
border-color css
<style>
span { border-color: #90DCEA; }
span { border-color: rgb(144,220,234); }
td.TdClassName
{
border-color: #90DCEA;
}
.TagClassName
{
border-color: #90DCEA;
}
</style>