Shades of Anakiwa #90DBED
Tints of Anakiwa #90DBED
RGB
CMYK
RGB Variations
Color information
#90DBED (or 0x90DBED) is known color: Anakiwa. HEX triplet: 90, DB and ED. RGB value is (144,219,237). Sum of RGB (Red+Green+Blue) = 144+219+237=600 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #90DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBED is #6F2412. Grayscale: #C6C6C6. Windows color (decimal): -7283731 or 15588240. OLE color: 15588240.
HSL color Cylindrical-coordinate representation of color #90DBED: hue angle of 191.61º degrees, saturation: 0.72, 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 #90DBED is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 219 | 237 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.07 |
| HSL | 191.61º | 0.72% | 0.75% | - |
| HSV(B) | 191.61º | 0.39% | 0.93% | - |
| XYZ | 52.12 | 62.71 | 89.48 | - |
| YUV | 198.63 | 149.65 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 237 | 0.39 | 0.08 | 0 | 0.07 | 191.61 | 0.72 | 0.75 |
| Hex | 90 | DB | ED | 27 | 8 | 0 | 7 | C0 | 48 | 4B |
| Octal | 220 | 333 | 355 | 47 | 10 | 0 | 7 | 300 | 110 | 113 |
| Binary | 10010000 | 11011011 | 11101101 | 100111 | 1000 | 0 | 111 | 11000000 | 1001000 | 1001011 |
Color Harmonies of #90DBED
Complementary color
Monochromatic Colors of #90DBED
Black with #90DBED
Text Example
Text Example
White with #90DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBED; }
p { color: rgb(144,219,237); }
H1.HeaderClassName
{
color: #90DBED;
}
.AnyTagClassName
{
color: #90DBED;
}
</style>
background-color css
<style>
a { background-color: #90DBED; }
a { background-color: rgb(144,219,237); }
div.DivClassName
{
background-color: #90DBED;
}
.BgClassName
{
background-color: #90DBED;
}
</style>
border-color css
<style>
span { border-color: #90DBED; }
span { border-color: rgb(144,219,237); }
td.TdClassName
{
border-color: #90DBED;
}
.TagClassName
{
border-color: #90DBED;
}
</style>