Shades of Anakiwa #90CCE5
Tints of Anakiwa #90CCE5
RGB
CMYK
RGB Variations
Color information
#90CCE5 (or 0x90CCE5) is known color: Anakiwa. HEX triplet: 90, CC and E5. RGB value is (144,204,229). Sum of RGB (Red+Green+Blue) = 144+204+229=577 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.96% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #90CCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCE5 is #6F331A. Grayscale: #BCBCBC. Windows color (decimal): -7287579 or 15060112. OLE color: 15060112.
HSL color Cylindrical-coordinate representation of color #90CCE5: hue angle of 197.65º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90CCE5 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 204 | 229 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.10 |
| HSL | 197.65º | 0.62% | 0.73% | - |
| HSV(B) | 197.65º | 0.37% | 0.9% | - |
| XYZ | 47.24 | 54.77 | 82.21 | - |
| YUV | 188.91 | 150.62 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 229 | 0.37 | 0.11 | 0 | 0.10 | 197.65 | 0.62 | 0.73 |
| Hex | 90 | CC | E5 | 25 | B | 0 | A | C6 | 3E | 49 |
| Octal | 220 | 314 | 345 | 45 | 13 | 0 | 12 | 306 | 76 | 111 |
| Binary | 10010000 | 11001100 | 11100101 | 100101 | 1011 | 0 | 1010 | 11000110 | 111110 | 1001001 |
Color Harmonies of #90CCE5
Complementary color
Monochromatic Colors of #90CCE5
Black with #90CCE5
Text Example
Text Example
White with #90CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CCE5; }
p { color: rgb(144,204,229); }
H1.HeaderClassName
{
color: #90CCE5;
}
.AnyTagClassName
{
color: #90CCE5;
}
</style>
background-color css
<style>
a { background-color: #90CCE5; }
a { background-color: rgb(144,204,229); }
div.DivClassName
{
background-color: #90CCE5;
}
.BgClassName
{
background-color: #90CCE5;
}
</style>
border-color css
<style>
span { border-color: #90CCE5; }
span { border-color: rgb(144,204,229); }
td.TdClassName
{
border-color: #90CCE5;
}
.TagClassName
{
border-color: #90CCE5;
}
</style>