Shades of Anakiwa #90DCEE
Tints of Anakiwa #90DCEE
RGB
CMYK
RGB Variations
Color information
#90DCEE (or 0x90DCEE) is known color: Anakiwa. HEX triplet: 90, DC and EE. RGB value is (144,220,238). Sum of RGB (Red+Green+Blue) = 144+220+238=602 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.92% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #90DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCEE is #6F2311. Grayscale: #C7C7C7. Windows color (decimal): -7283474 or 15654032. OLE color: 15654032.
HSL color Cylindrical-coordinate representation of color #90DCEE: hue angle of 191.49º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90DCEE is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 220 | 238 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.07 |
| HSL | 191.49º | 0.73% | 0.75% | - |
| HSV(B) | 191.49º | 0.39% | 0.93% | - |
| XYZ | 52.53 | 63.29 | 90.34 | - |
| YUV | 199.33 | 149.82 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 238 | 0.39 | 0.08 | 0 | 0.07 | 191.49 | 0.73 | 0.75 |
| Hex | 90 | DC | EE | 27 | 8 | 0 | 7 | BF | 49 | 4B |
| Octal | 220 | 334 | 356 | 47 | 10 | 0 | 7 | 277 | 111 | 113 |
| Binary | 10010000 | 11011100 | 11101110 | 100111 | 1000 | 0 | 111 | 10111111 | 1001001 | 1001011 |
Color Harmonies of #90DCEE
Complementary color
Monochromatic Colors of #90DCEE
Black with #90DCEE
Text Example
Text Example
White with #90DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DCEE; }
p { color: rgb(144,220,238); }
H1.HeaderClassName
{
color: #90DCEE;
}
.AnyTagClassName
{
color: #90DCEE;
}
</style>
background-color css
<style>
a { background-color: #90DCEE; }
a { background-color: rgb(144,220,238); }
div.DivClassName
{
background-color: #90DCEE;
}
.BgClassName
{
background-color: #90DCEE;
}
</style>
border-color css
<style>
span { border-color: #90DCEE; }
span { border-color: rgb(144,220,238); }
td.TdClassName
{
border-color: #90DCEE;
}
.TagClassName
{
border-color: #90DCEE;
}
</style>