Shades of Anakiwa #90CFEC
Tints of Anakiwa #90CFEC
RGB
CMYK
RGB Variations
Color information
#90CFEC (or 0x90CFEC) is known color: Anakiwa. HEX triplet: 90, CF and EC. RGB value is (144,207,236). Sum of RGB (Red+Green+Blue) = 144+207+236=587 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.53% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #90CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CFEC is #6F3013. Grayscale: #BFBFBF. Windows color (decimal): -7286804 or 15519632. OLE color: 15519632.
HSL color Cylindrical-coordinate representation of color #90CFEC: hue angle of 198.91º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90CFEC is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 207 | 236 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.07 |
| HSL | 198.91º | 0.71% | 0.75% | - |
| HSV(B) | 198.91º | 0.39% | 0.93% | - |
| XYZ | 48.95 | 56.61 | 87.7 | - |
| YUV | 191.47 | 153.13 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 236 | 0.39 | 0.12 | 0 | 0.07 | 198.91 | 0.71 | 0.75 |
| Hex | 90 | CF | EC | 27 | C | 0 | 7 | C7 | 47 | 4B |
| Octal | 220 | 317 | 354 | 47 | 14 | 0 | 7 | 307 | 107 | 113 |
| Binary | 10010000 | 11001111 | 11101100 | 100111 | 1100 | 0 | 111 | 11000111 | 1000111 | 1001011 |
Color Harmonies of #90CFEC
Complementary color
Monochromatic Colors of #90CFEC
Black with #90CFEC
Text Example
Text Example
White with #90CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFEC; }
p { color: rgb(144,207,236); }
H1.HeaderClassName
{
color: #90CFEC;
}
.AnyTagClassName
{
color: #90CFEC;
}
</style>
background-color css
<style>
a { background-color: #90CFEC; }
a { background-color: rgb(144,207,236); }
div.DivClassName
{
background-color: #90CFEC;
}
.BgClassName
{
background-color: #90CFEC;
}
</style>
border-color css
<style>
span { border-color: #90CFEC; }
span { border-color: rgb(144,207,236); }
td.TdClassName
{
border-color: #90CFEC;
}
.TagClassName
{
border-color: #90CFEC;
}
</style>