Shades of Anakiwa #90DDF3
Tints of Anakiwa #90DDF3
RGB
CMYK
RGB Variations
Color information
#90DDF3 (or 0x90DDF3) is known color: Anakiwa. HEX triplet: 90, DD and F3. RGB value is (144,221,243). Sum of RGB (Red+Green+Blue) = 144+221+243=608 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.68% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #90DDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DDF3 is #6F220C. Grayscale: #C8C8C8. Windows color (decimal): -7283213 or 15981968. OLE color: 15981968.
HSL color Cylindrical-coordinate representation of color #90DDF3: hue angle of 193.33º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90DDF3 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 221 | 243 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.05 |
| HSL | 193.33º | 0.8% | 0.76% | - |
| HSV(B) | 193.33º | 0.41% | 0.95% | - |
| XYZ | 53.54 | 64.11 | 94.35 | - |
| YUV | 200.49 | 151.99 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 243 | 0.41 | 0.09 | 0 | 0.05 | 193.33 | 0.8 | 0.76 |
| Hex | 90 | DD | F3 | 29 | 9 | 0 | 5 | C1 | 50 | 4C |
| Octal | 220 | 335 | 363 | 51 | 11 | 0 | 5 | 301 | 120 | 114 |
| Binary | 10010000 | 11011101 | 11110011 | 101001 | 1001 | 0 | 101 | 11000001 | 1010000 | 1001100 |
Color Harmonies of #90DDF3
Complementary color
Monochromatic Colors of #90DDF3
Black with #90DDF3
Text Example
Text Example
White with #90DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDF3; }
p { color: rgb(144,221,243); }
H1.HeaderClassName
{
color: #90DDF3;
}
.AnyTagClassName
{
color: #90DDF3;
}
</style>
background-color css
<style>
a { background-color: #90DDF3; }
a { background-color: rgb(144,221,243); }
div.DivClassName
{
background-color: #90DDF3;
}
.BgClassName
{
background-color: #90DDF3;
}
</style>
border-color css
<style>
span { border-color: #90DDF3; }
span { border-color: rgb(144,221,243); }
td.TdClassName
{
border-color: #90DDF3;
}
.TagClassName
{
border-color: #90DDF3;
}
</style>