Shades of Anakiwa #90CDDD
Tints of Anakiwa #90CDDD
RGB
CMYK
RGB Variations
Color information
#90CDDD (or 0x90CDDD) is known color: Anakiwa. HEX triplet: 90, CD and DD. RGB value is (144,205,221). Sum of RGB (Red+Green+Blue) = 144+205+221=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #90CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDDD is #6F3222. Grayscale: #BCBCBC. Windows color (decimal): -7287331 or 14536080. OLE color: 14536080.
HSL color Cylindrical-coordinate representation of color #90CDDD: hue angle of 192.47º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90CDDD is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 205 | 221 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.13 |
| HSL | 192.47º | 0.53% | 0.72% | - |
| HSV(B) | 192.47º | 0.35% | 0.87% | - |
| XYZ | 46.38 | 54.81 | 76.54 | - |
| YUV | 188.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 221 | 0.35 | 0.07 | 0 | 0.13 | 192.47 | 0.53 | 0.72 |
| Hex | 90 | CD | DD | 23 | 7 | 0 | D | C0 | 35 | 48 |
| Octal | 220 | 315 | 335 | 43 | 7 | 0 | 15 | 300 | 65 | 110 |
| Binary | 10010000 | 11001101 | 11011101 | 100011 | 111 | 0 | 1101 | 11000000 | 110101 | 1001000 |
Color Harmonies of #90CDDD
Complementary color
Monochromatic Colors of #90CDDD
Black with #90CDDD
Text Example
Text Example
White with #90CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDDD; }
p { color: rgb(144,205,221); }
H1.HeaderClassName
{
color: #90CDDD;
}
.AnyTagClassName
{
color: #90CDDD;
}
</style>
background-color css
<style>
a { background-color: #90CDDD; }
a { background-color: rgb(144,205,221); }
div.DivClassName
{
background-color: #90CDDD;
}
.BgClassName
{
background-color: #90CDDD;
}
</style>
border-color css
<style>
span { border-color: #90CDDD; }
span { border-color: rgb(144,205,221); }
td.TdClassName
{
border-color: #90CDDD;
}
.TagClassName
{
border-color: #90CDDD;
}
</style>