Shades of Anakiwa #90CDE8
Tints of Anakiwa #90CDE8
RGB
CMYK
RGB Variations
Color information
#90CDE8 (or 0x90CDE8) is known color: Anakiwa. HEX triplet: 90, CD and E8. RGB value is (144,205,232). Sum of RGB (Red+Green+Blue) = 144+205+232=581 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.78% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 232 - color contains mainly: blue. Hex color #90CDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CDE8 is #6F3217. Grayscale: #BDBDBD. Windows color (decimal): -7287320 or 15256976. OLE color: 15256976.
HSL color Cylindrical-coordinate representation of color #90CDE8: hue angle of 198.41º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90CDE8 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 205 | 232 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.09 |
| HSL | 198.41º | 0.66% | 0.74% | - |
| HSV(B) | 198.41º | 0.38% | 0.91% | - |
| XYZ | 47.9 | 55.42 | 84.52 | - |
| YUV | 189.84 | 151.79 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 232 | 0.38 | 0.12 | 0 | 0.09 | 198.41 | 0.66 | 0.74 |
| Hex | 90 | CD | E8 | 26 | C | 0 | 9 | C6 | 42 | 4A |
| Octal | 220 | 315 | 350 | 46 | 14 | 0 | 11 | 306 | 102 | 112 |
| Binary | 10010000 | 11001101 | 11101000 | 100110 | 1100 | 0 | 1001 | 11000110 | 1000010 | 1001010 |
Color Harmonies of #90CDE8
Complementary color
Monochromatic Colors of #90CDE8
Black with #90CDE8
Text Example
Text Example
White with #90CDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDE8; }
p { color: rgb(144,205,232); }
H1.HeaderClassName
{
color: #90CDE8;
}
.AnyTagClassName
{
color: #90CDE8;
}
</style>
background-color css
<style>
a { background-color: #90CDE8; }
a { background-color: rgb(144,205,232); }
div.DivClassName
{
background-color: #90CDE8;
}
.BgClassName
{
background-color: #90CDE8;
}
</style>
border-color css
<style>
span { border-color: #90CDE8; }
span { border-color: rgb(144,205,232); }
td.TdClassName
{
border-color: #90CDE8;
}
.TagClassName
{
border-color: #90CDE8;
}
</style>