Shades of Anakiwa #90DCF3
Tints of Anakiwa #90DCF3
RGB
CMYK
RGB Variations
Color information
#90DCF3 (or 0x90DCF3) is known color: Anakiwa. HEX triplet: 90, DC and F3. RGB value is (144,220,243). Sum of RGB (Red+Green+Blue) = 144+220+243=607 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.72% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #90DCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCF3 is #6F230C. Grayscale: #C7C7C7. Windows color (decimal): -7283469 or 15981712. OLE color: 15981712.
HSL color Cylindrical-coordinate representation of color #90DCF3: hue angle of 193.94º 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 #90DCF3 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 220 | 243 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.05 |
| HSL | 193.94º | 0.8% | 0.76% | - |
| HSV(B) | 193.94º | 0.41% | 0.95% | - |
| XYZ | 53.27 | 63.59 | 94.26 | - |
| YUV | 199.9 | 152.32 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 243 | 0.41 | 0.09 | 0 | 0.05 | 193.94 | 0.8 | 0.76 |
| Hex | 90 | DC | F3 | 29 | 9 | 0 | 5 | C2 | 50 | 4C |
| Octal | 220 | 334 | 363 | 51 | 11 | 0 | 5 | 302 | 120 | 114 |
| Binary | 10010000 | 11011100 | 11110011 | 101001 | 1001 | 0 | 101 | 11000010 | 1010000 | 1001100 |
Color Harmonies of #90DCF3
Complementary color
Monochromatic Colors of #90DCF3
Black with #90DCF3
Text Example
Text Example
White with #90DCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DCF3; }
p { color: rgb(144,220,243); }
H1.HeaderClassName
{
color: #90DCF3;
}
.AnyTagClassName
{
color: #90DCF3;
}
</style>
background-color css
<style>
a { background-color: #90DCF3; }
a { background-color: rgb(144,220,243); }
div.DivClassName
{
background-color: #90DCF3;
}
.BgClassName
{
background-color: #90DCF3;
}
</style>
border-color css
<style>
span { border-color: #90DCF3; }
span { border-color: rgb(144,220,243); }
td.TdClassName
{
border-color: #90DCF3;
}
.TagClassName
{
border-color: #90DCF3;
}
</style>