Shades of Anakiwa #90CFEA
Tints of Anakiwa #90CFEA
RGB
CMYK
RGB Variations
Color information
#90CFEA (or 0x90CFEA) is known color: Anakiwa. HEX triplet: 90, CF and EA. RGB value is (144,207,234). Sum of RGB (Red+Green+Blue) = 144+207+234=585 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.62% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #90CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CFEA is #6F3015. Grayscale: #BFBFBF. Windows color (decimal): -7286806 or 15388560. OLE color: 15388560.
HSL color Cylindrical-coordinate representation of color #90CFEA: hue angle of 198º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90CFEA is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 207 | 234 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.08 |
| HSL | 198º | 0.68% | 0.74% | - |
| HSV(B) | 198º | 0.38% | 0.92% | - |
| XYZ | 48.67 | 56.5 | 86.18 | - |
| YUV | 191.24 | 152.13 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 234 | 0.38 | 0.12 | 0 | 0.08 | 198 | 0.68 | 0.74 |
| Hex | 90 | CF | EA | 26 | C | 0 | 8 | C6 | 44 | 4A |
| Octal | 220 | 317 | 352 | 46 | 14 | 0 | 10 | 306 | 104 | 112 |
| Binary | 10010000 | 11001111 | 11101010 | 100110 | 1100 | 0 | 1000 | 11000110 | 1000100 | 1001010 |
Color Harmonies of #90CFEA
Complementary color
Monochromatic Colors of #90CFEA
Black with #90CFEA
Text Example
Text Example
White with #90CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFEA; }
p { color: rgb(144,207,234); }
H1.HeaderClassName
{
color: #90CFEA;
}
.AnyTagClassName
{
color: #90CFEA;
}
</style>
background-color css
<style>
a { background-color: #90CFEA; }
a { background-color: rgb(144,207,234); }
div.DivClassName
{
background-color: #90CFEA;
}
.BgClassName
{
background-color: #90CFEA;
}
</style>
border-color css
<style>
span { border-color: #90CFEA; }
span { border-color: rgb(144,207,234); }
td.TdClassName
{
border-color: #90CFEA;
}
.TagClassName
{
border-color: #90CFEA;
}
</style>