Shades of Anakiwa #90CFE1
Tints of Anakiwa #90CFE1
RGB
CMYK
RGB Variations
Color information
#90CFE1 (or 0x90CFE1) is known color: Anakiwa. HEX triplet: 90, CF and E1. RGB value is (144,207,225). Sum of RGB (Red+Green+Blue) = 144+207+225=576 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #90CFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CFE1 is #6F301E. Grayscale: #BEBEBE. Windows color (decimal): -7286815 or 14798736. OLE color: 14798736.
HSL color Cylindrical-coordinate representation of color #90CFE1: hue angle of 193.33º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90CFE1 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 207 | 225 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.12 |
| HSL | 193.33º | 0.57% | 0.72% | - |
| HSV(B) | 193.33º | 0.36% | 0.88% | - |
| XYZ | 47.41 | 55.99 | 79.54 | - |
| YUV | 190.22 | 147.63 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 225 | 0.36 | 0.08 | 0 | 0.12 | 193.33 | 0.57 | 0.72 |
| Hex | 90 | CF | E1 | 24 | 8 | 0 | C | C1 | 39 | 48 |
| Octal | 220 | 317 | 341 | 44 | 10 | 0 | 14 | 301 | 71 | 110 |
| Binary | 10010000 | 11001111 | 11100001 | 100100 | 1000 | 0 | 1100 | 11000001 | 111001 | 1001000 |
Color Harmonies of #90CFE1
Complementary color
Monochromatic Colors of #90CFE1
Black with #90CFE1
Text Example
Text Example
White with #90CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFE1; }
p { color: rgb(144,207,225); }
H1.HeaderClassName
{
color: #90CFE1;
}
.AnyTagClassName
{
color: #90CFE1;
}
</style>
background-color css
<style>
a { background-color: #90CFE1; }
a { background-color: rgb(144,207,225); }
div.DivClassName
{
background-color: #90CFE1;
}
.BgClassName
{
background-color: #90CFE1;
}
</style>
border-color css
<style>
span { border-color: #90CFE1; }
span { border-color: rgb(144,207,225); }
td.TdClassName
{
border-color: #90CFE1;
}
.TagClassName
{
border-color: #90CFE1;
}
</style>