Shades of Anakiwa #90CFE8
Tints of Anakiwa #90CFE8
RGB
CMYK
RGB Variations
Color information
#90CFE8 (or 0x90CFE8) is known color: Anakiwa. HEX triplet: 90, CF and E8. RGB value is (144,207,232). Sum of RGB (Red+Green+Blue) = 144+207+232=583 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.70% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 232 (91.02% from 255 or 39.79% from 583); Max value from RGB is 232 - color contains mainly: blue. Hex color #90CFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CFE8 is #6F3017. Grayscale: #BEBEBE. Windows color (decimal): -7286808 or 15257488. OLE color: 15257488.
HSL color Cylindrical-coordinate representation of color #90CFE8: hue angle of 197.05º 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 #90CFE8 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 207 | 232 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.09 |
| HSL | 197.05º | 0.66% | 0.74% | - |
| HSV(B) | 197.05º | 0.38% | 0.91% | - |
| XYZ | 48.38 | 56.38 | 84.68 | - |
| YUV | 191.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 232 | 0.38 | 0.11 | 0 | 0.09 | 197.05 | 0.66 | 0.74 |
| Hex | 90 | CF | E8 | 26 | B | 0 | 9 | C5 | 42 | 4A |
| Octal | 220 | 317 | 350 | 46 | 13 | 0 | 11 | 305 | 102 | 112 |
| Binary | 10010000 | 11001111 | 11101000 | 100110 | 1011 | 0 | 1001 | 11000101 | 1000010 | 1001010 |
Color Harmonies of #90CFE8
Complementary color
Monochromatic Colors of #90CFE8
Black with #90CFE8
Text Example
Text Example
White with #90CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFE8; }
p { color: rgb(144,207,232); }
H1.HeaderClassName
{
color: #90CFE8;
}
.AnyTagClassName
{
color: #90CFE8;
}
</style>
background-color css
<style>
a { background-color: #90CFE8; }
a { background-color: rgb(144,207,232); }
div.DivClassName
{
background-color: #90CFE8;
}
.BgClassName
{
background-color: #90CFE8;
}
</style>
border-color css
<style>
span { border-color: #90CFE8; }
span { border-color: rgb(144,207,232); }
td.TdClassName
{
border-color: #90CFE8;
}
.TagClassName
{
border-color: #90CFE8;
}
</style>