Shades of Anakiwa #90D2EB
Tints of Anakiwa #90D2EB
RGB
CMYK
RGB Variations
Color information
#90D2EB (or 0x90D2EB) is known color: Anakiwa. HEX triplet: 90, D2 and EB. RGB value is (144,210,235). Sum of RGB (Red+Green+Blue) = 144+210+235=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #90D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D2EB is #6F2D14. Grayscale: #C0C0C0. Windows color (decimal): -7286037 or 15454864. OLE color: 15454864.
HSL color Cylindrical-coordinate representation of color #90D2EB: hue angle of 196.48º 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 #90D2EB is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 210 | 235 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.08 |
| HSL | 196.48º | 0.69% | 0.74% | - |
| HSV(B) | 196.48º | 0.39% | 0.92% | - |
| XYZ | 49.54 | 58.02 | 87.19 | - |
| YUV | 193.12 | 151.63 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 210 | 235 | 0.39 | 0.11 | 0 | 0.08 | 196.48 | 0.69 | 0.74 |
| Hex | 90 | D2 | EB | 27 | B | 0 | 8 | C4 | 45 | 4A |
| Octal | 220 | 322 | 353 | 47 | 13 | 0 | 10 | 304 | 105 | 112 |
| Binary | 10010000 | 11010010 | 11101011 | 100111 | 1011 | 0 | 1000 | 11000100 | 1000101 | 1001010 |
Color Harmonies of #90D2EB
Complementary color
Monochromatic Colors of #90D2EB
Black with #90D2EB
Text Example
Text Example
White with #90D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D2EB; }
p { color: rgb(144,210,235); }
H1.HeaderClassName
{
color: #90D2EB;
}
.AnyTagClassName
{
color: #90D2EB;
}
</style>
background-color css
<style>
a { background-color: #90D2EB; }
a { background-color: rgb(144,210,235); }
div.DivClassName
{
background-color: #90D2EB;
}
.BgClassName
{
background-color: #90D2EB;
}
</style>
border-color css
<style>
span { border-color: #90D2EB; }
span { border-color: rgb(144,210,235); }
td.TdClassName
{
border-color: #90D2EB;
}
.TagClassName
{
border-color: #90D2EB;
}
</style>