Shades of Anakiwa #90CADC
Tints of Anakiwa #90CADC
RGB
CMYK
RGB Variations
Color information
#90CADC (or 0x90CADC) is known color: Anakiwa. HEX triplet: 90, CA and DC. RGB value is (144,202,220). Sum of RGB (Red+Green+Blue) = 144+202+220=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #90CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CADC is #6F3523. Grayscale: #BABABA. Windows color (decimal): -7288100 or 14469776. OLE color: 14469776.
HSL color Cylindrical-coordinate representation of color #90CADC: hue angle of 194.21º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90CADC is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 202 | 220 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.14 |
| HSL | 194.21º | 0.52% | 0.71% | - |
| HSV(B) | 194.21º | 0.35% | 0.86% | - |
| XYZ | 45.54 | 53.34 | 75.61 | - |
| YUV | 186.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 220 | 0.35 | 0.08 | 0 | 0.14 | 194.21 | 0.52 | 0.71 |
| Hex | 90 | CA | DC | 23 | 8 | 0 | E | C2 | 34 | 47 |
| Octal | 220 | 312 | 334 | 43 | 10 | 0 | 16 | 302 | 64 | 107 |
| Binary | 10010000 | 11001010 | 11011100 | 100011 | 1000 | 0 | 1110 | 11000010 | 110100 | 1000111 |
Color Harmonies of #90CADC
Complementary color
Monochromatic Colors of #90CADC
Black with #90CADC
Text Example
Text Example
White with #90CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CADC; }
p { color: rgb(144,202,220); }
H1.HeaderClassName
{
color: #90CADC;
}
.AnyTagClassName
{
color: #90CADC;
}
</style>
background-color css
<style>
a { background-color: #90CADC; }
a { background-color: rgb(144,202,220); }
div.DivClassName
{
background-color: #90CADC;
}
.BgClassName
{
background-color: #90CADC;
}
</style>
border-color css
<style>
span { border-color: #90CADC; }
span { border-color: rgb(144,202,220); }
td.TdClassName
{
border-color: #90CADC;
}
.TagClassName
{
border-color: #90CADC;
}
</style>