Shades of Anakiwa #93D9F0
Tints of Anakiwa #93D9F0
RGB
CMYK
RGB Variations
Color information
#93D9F0 (or 0x93D9F0) is known color: Anakiwa. HEX triplet: 93, D9 and F0. RGB value is (147,217,240). Sum of RGB (Red+Green+Blue) = 147+217+240=604 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.34% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #93D9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D9F0 is #6C260F. Grayscale: #C6C6C6. Windows color (decimal): -7087632 or 15784339. OLE color: 15784339.
HSL color Cylindrical-coordinate representation of color #93D9F0: hue angle of 194.84º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93D9F0 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 217 | 240 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.06 |
| HSL | 194.84º | 0.76% | 0.76% | - |
| HSV(B) | 194.84º | 0.39% | 0.94% | - |
| XYZ | 52.57 | 62.12 | 91.66 | - |
| YUV | 198.69 | 151.31 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 217 | 240 | 0.39 | 0.10 | 0 | 0.06 | 194.84 | 0.76 | 0.76 |
| Hex | 93 | D9 | F0 | 27 | A | 0 | 6 | C3 | 4C | 4C |
| Octal | 223 | 331 | 360 | 47 | 12 | 0 | 6 | 303 | 114 | 114 |
| Binary | 10010011 | 11011001 | 11110000 | 100111 | 1010 | 0 | 110 | 11000011 | 1001100 | 1001100 |
Color Harmonies of #93D9F0
Complementary color
Monochromatic Colors of #93D9F0
Black with #93D9F0
Text Example
Text Example
White with #93D9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D9F0; }
p { color: rgb(147,217,240); }
H1.HeaderClassName
{
color: #93D9F0;
}
.AnyTagClassName
{
color: #93D9F0;
}
</style>
background-color css
<style>
a { background-color: #93D9F0; }
a { background-color: rgb(147,217,240); }
div.DivClassName
{
background-color: #93D9F0;
}
.BgClassName
{
background-color: #93D9F0;
}
</style>
border-color css
<style>
span { border-color: #93D9F0; }
span { border-color: rgb(147,217,240); }
td.TdClassName
{
border-color: #93D9F0;
}
.TagClassName
{
border-color: #93D9F0;
}
</style>