Shades of Anakiwa #90CCDD
Tints of Anakiwa #90CCDD
RGB
CMYK
RGB Variations
Color information
#90CCDD (or 0x90CCDD) is known color: Anakiwa. HEX triplet: 90, CC and DD. RGB value is (144,204,221). Sum of RGB (Red+Green+Blue) = 144+204+221=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #90CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCDD is #6F3322. Grayscale: #BBBBBB. Windows color (decimal): -7287587 or 14535824. OLE color: 14535824.
HSL color Cylindrical-coordinate representation of color #90CCDD: hue angle of 193.25º 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 #90CCDD is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 204 | 221 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.13 |
| HSL | 193.25º | 0.53% | 0.72% | - |
| HSV(B) | 193.25º | 0.35% | 0.87% | - |
| XYZ | 46.15 | 54.34 | 76.46 | - |
| YUV | 188 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 221 | 0.35 | 0.08 | 0 | 0.13 | 193.25 | 0.53 | 0.72 |
| Hex | 90 | CC | DD | 23 | 8 | 0 | D | C1 | 35 | 48 |
| Octal | 220 | 314 | 335 | 43 | 10 | 0 | 15 | 301 | 65 | 110 |
| Binary | 10010000 | 11001100 | 11011101 | 100011 | 1000 | 0 | 1101 | 11000001 | 110101 | 1001000 |
Color Harmonies of #90CCDD
Complementary color
Monochromatic Colors of #90CCDD
Black with #90CCDD
Text Example
Text Example
White with #90CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CCDD; }
p { color: rgb(144,204,221); }
H1.HeaderClassName
{
color: #90CCDD;
}
.AnyTagClassName
{
color: #90CCDD;
}
</style>
background-color css
<style>
a { background-color: #90CCDD; }
a { background-color: rgb(144,204,221); }
div.DivClassName
{
background-color: #90CCDD;
}
.BgClassName
{
background-color: #90CCDD;
}
</style>
border-color css
<style>
span { border-color: #90CCDD; }
span { border-color: rgb(144,204,221); }
td.TdClassName
{
border-color: #90CCDD;
}
.TagClassName
{
border-color: #90CCDD;
}
</style>