Shades of Anakiwa #90D8EB
Tints of Anakiwa #90D8EB
RGB
CMYK
RGB Variations
Color information
#90D8EB (or 0x90D8EB) is known color: Anakiwa. HEX triplet: 90, D8 and EB. RGB value is (144,216,235). Sum of RGB (Red+Green+Blue) = 144+216+235=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #90D8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D8EB is #6F2714. Grayscale: #C4C4C4. Windows color (decimal): -7284501 or 15456400. OLE color: 15456400.
HSL color Cylindrical-coordinate representation of color #90D8EB: hue angle of 192.53º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90D8EB is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 216 | 235 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.08 |
| HSL | 192.53º | 0.69% | 0.74% | - |
| HSV(B) | 192.53º | 0.39% | 0.92% | - |
| XYZ | 51.05 | 61.04 | 87.69 | - |
| YUV | 196.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 235 | 0.39 | 0.08 | 0 | 0.08 | 192.53 | 0.69 | 0.74 |
| Hex | 90 | D8 | EB | 27 | 8 | 0 | 8 | C1 | 45 | 4A |
| Octal | 220 | 330 | 353 | 47 | 10 | 0 | 10 | 301 | 105 | 112 |
| Binary | 10010000 | 11011000 | 11101011 | 100111 | 1000 | 0 | 1000 | 11000001 | 1000101 | 1001010 |
Color Harmonies of #90D8EB
Complementary color
Monochromatic Colors of #90D8EB
Black with #90D8EB
Text Example
Text Example
White with #90D8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D8EB; }
p { color: rgb(144,216,235); }
H1.HeaderClassName
{
color: #90D8EB;
}
.AnyTagClassName
{
color: #90D8EB;
}
</style>
background-color css
<style>
a { background-color: #90D8EB; }
a { background-color: rgb(144,216,235); }
div.DivClassName
{
background-color: #90D8EB;
}
.BgClassName
{
background-color: #90D8EB;
}
</style>
border-color css
<style>
span { border-color: #90D8EB; }
span { border-color: rgb(144,216,235); }
td.TdClassName
{
border-color: #90D8EB;
}
.TagClassName
{
border-color: #90D8EB;
}
</style>