Shades of Anakiwa #90CEE7
Tints of Anakiwa #90CEE7
RGB
CMYK
RGB Variations
Color information
#90CEE7 (or 0x90CEE7) is known color: Anakiwa. HEX triplet: 90, CE and E7. RGB value is (144,206,231). Sum of RGB (Red+Green+Blue) = 144+206+231=581 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.78% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 231 - color contains mainly: blue. Hex color #90CEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CEE7 is #6F3118. Grayscale: #BEBEBE. Windows color (decimal): -7287065 or 15191696. OLE color: 15191696.
HSL color Cylindrical-coordinate representation of color #90CEE7: hue angle of 197.24º degrees, saturation: 0.64, 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 #90CEE7 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 206 | 231 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.09 |
| HSL | 197.24º | 0.64% | 0.74% | - |
| HSV(B) | 197.24º | 0.38% | 0.91% | - |
| XYZ | 48 | 55.84 | 83.85 | - |
| YUV | 190.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 231 | 0.38 | 0.11 | 0 | 0.09 | 197.24 | 0.64 | 0.74 |
| Hex | 90 | CE | E7 | 26 | B | 0 | 9 | C5 | 40 | 4A |
| Octal | 220 | 316 | 347 | 46 | 13 | 0 | 11 | 305 | 100 | 112 |
| Binary | 10010000 | 11001110 | 11100111 | 100110 | 1011 | 0 | 1001 | 11000101 | 1000000 | 1001010 |
Color Harmonies of #90CEE7
Complementary color
Monochromatic Colors of #90CEE7
Black with #90CEE7
Text Example
Text Example
White with #90CEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEE7; }
p { color: rgb(144,206,231); }
H1.HeaderClassName
{
color: #90CEE7;
}
.AnyTagClassName
{
color: #90CEE7;
}
</style>
background-color css
<style>
a { background-color: #90CEE7; }
a { background-color: rgb(144,206,231); }
div.DivClassName
{
background-color: #90CEE7;
}
.BgClassName
{
background-color: #90CEE7;
}
</style>
border-color css
<style>
span { border-color: #90CEE7; }
span { border-color: rgb(144,206,231); }
td.TdClassName
{
border-color: #90CEE7;
}
.TagClassName
{
border-color: #90CEE7;
}
</style>