Shades of Anakiwa #90CADD
Tints of Anakiwa #90CADD
RGB
CMYK
RGB Variations
Color information
#90CADD (or 0x90CADD) is known color: Anakiwa. HEX triplet: 90, CA and DD. RGB value is (144,202,221). Sum of RGB (Red+Green+Blue) = 144+202+221=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #90CADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CADD is #6F3522. Grayscale: #BABABA. Windows color (decimal): -7288099 or 14535312. OLE color: 14535312.
HSL color Cylindrical-coordinate representation of color #90CADD: hue angle of 194.81º 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 #90CADD is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 202 | 221 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.13 |
| HSL | 194.81º | 0.53% | 0.72% | - |
| HSV(B) | 194.81º | 0.35% | 0.87% | - |
| XYZ | 45.67 | 53.39 | 76.3 | - |
| YUV | 186.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 221 | 0.35 | 0.09 | 0 | 0.13 | 194.81 | 0.53 | 0.72 |
| Hex | 90 | CA | DD | 23 | 9 | 0 | D | C3 | 35 | 48 |
| Octal | 220 | 312 | 335 | 43 | 11 | 0 | 15 | 303 | 65 | 110 |
| Binary | 10010000 | 11001010 | 11011101 | 100011 | 1001 | 0 | 1101 | 11000011 | 110101 | 1001000 |
Color Harmonies of #90CADD
Complementary color
Monochromatic Colors of #90CADD
Black with #90CADD
Text Example
Text Example
White with #90CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CADD; }
p { color: rgb(144,202,221); }
H1.HeaderClassName
{
color: #90CADD;
}
.AnyTagClassName
{
color: #90CADD;
}
</style>
background-color css
<style>
a { background-color: #90CADD; }
a { background-color: rgb(144,202,221); }
div.DivClassName
{
background-color: #90CADD;
}
.BgClassName
{
background-color: #90CADD;
}
</style>
border-color css
<style>
span { border-color: #90CADD; }
span { border-color: rgb(144,202,221); }
td.TdClassName
{
border-color: #90CADD;
}
.TagClassName
{
border-color: #90CADD;
}
</style>