Shades of Anakiwa #90DBEB
Tints of Anakiwa #90DBEB
RGB
CMYK
RGB Variations
Color information
#90DBEB (or 0x90DBEB) is known color: Anakiwa. HEX triplet: 90, DB and EB. RGB value is (144,219,235). Sum of RGB (Red+Green+Blue) = 144+219+235=598 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.08% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #90DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBEB is #6F2414. Grayscale: #C6C6C6. Windows color (decimal): -7283733 or 15457168. OLE color: 15457168.
HSL color Cylindrical-coordinate representation of color #90DBEB: hue angle of 190.55º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90DBEB is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 219 | 235 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.08 |
| HSL | 190.55º | 0.69% | 0.74% | - |
| HSV(B) | 190.55º | 0.39% | 0.92% | - |
| XYZ | 51.83 | 62.59 | 87.95 | - |
| YUV | 198.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 235 | 0.39 | 0.07 | 0 | 0.08 | 190.55 | 0.69 | 0.74 |
| Hex | 90 | DB | EB | 27 | 7 | 0 | 8 | BF | 45 | 4A |
| Octal | 220 | 333 | 353 | 47 | 7 | 0 | 10 | 277 | 105 | 112 |
| Binary | 10010000 | 11011011 | 11101011 | 100111 | 111 | 0 | 1000 | 10111111 | 1000101 | 1001010 |
Color Harmonies of #90DBEB
Complementary color
Monochromatic Colors of #90DBEB
Black with #90DBEB
Text Example
Text Example
White with #90DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBEB; }
p { color: rgb(144,219,235); }
H1.HeaderClassName
{
color: #90DBEB;
}
.AnyTagClassName
{
color: #90DBEB;
}
</style>
background-color css
<style>
a { background-color: #90DBEB; }
a { background-color: rgb(144,219,235); }
div.DivClassName
{
background-color: #90DBEB;
}
.BgClassName
{
background-color: #90DBEB;
}
</style>
border-color css
<style>
span { border-color: #90DBEB; }
span { border-color: rgb(144,219,235); }
td.TdClassName
{
border-color: #90DBEB;
}
.TagClassName
{
border-color: #90DBEB;
}
</style>