Shades of Anakiwa #90CFE4
Tints of Anakiwa #90CFE4
RGB
CMYK
RGB Variations
Color information
#90CFE4 (or 0x90CFE4) is known color: Anakiwa. HEX triplet: 90, CF and E4. RGB value is (144,207,228). Sum of RGB (Red+Green+Blue) = 144+207+228=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #90CFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CFE4 is #6F301B. Grayscale: #BEBEBE. Windows color (decimal): -7286812 or 14995344. OLE color: 14995344.
HSL color Cylindrical-coordinate representation of color #90CFE4: hue angle of 195º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90CFE4 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 207 | 228 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.11 |
| HSL | 195º | 0.61% | 0.73% | - |
| HSV(B) | 195º | 0.37% | 0.89% | - |
| XYZ | 47.82 | 56.16 | 81.72 | - |
| YUV | 190.56 | 149.13 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 228 | 0.37 | 0.09 | 0 | 0.11 | 195 | 0.61 | 0.73 |
| Hex | 90 | CF | E4 | 25 | 9 | 0 | B | C3 | 3D | 49 |
| Octal | 220 | 317 | 344 | 45 | 11 | 0 | 13 | 303 | 75 | 111 |
| Binary | 10010000 | 11001111 | 11100100 | 100101 | 1001 | 0 | 1011 | 11000011 | 111101 | 1001001 |
Color Harmonies of #90CFE4
Complementary color
Monochromatic Colors of #90CFE4
Black with #90CFE4
Text Example
Text Example
White with #90CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFE4; }
p { color: rgb(144,207,228); }
H1.HeaderClassName
{
color: #90CFE4;
}
.AnyTagClassName
{
color: #90CFE4;
}
</style>
background-color css
<style>
a { background-color: #90CFE4; }
a { background-color: rgb(144,207,228); }
div.DivClassName
{
background-color: #90CFE4;
}
.BgClassName
{
background-color: #90CFE4;
}
</style>
border-color css
<style>
span { border-color: #90CFE4; }
span { border-color: rgb(144,207,228); }
td.TdClassName
{
border-color: #90CFE4;
}
.TagClassName
{
border-color: #90CFE4;
}
</style>