Shades of Anakiwa #93D7E9
Tints of Anakiwa #93D7E9
RGB
CMYK
RGB Variations
Color information
#93D7E9 (or 0x93D7E9) is known color: Anakiwa. HEX triplet: 93, D7 and E9. RGB value is (147,215,233). Sum of RGB (Red+Green+Blue) = 147+215+233=595 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.71% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #93D7E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D7E9 is #6C2816. Grayscale: #C4C4C4. Windows color (decimal): -7088151 or 15325075. OLE color: 15325075.
HSL color Cylindrical-coordinate representation of color #93D7E9: hue angle of 192.56º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93D7E9 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 215 | 233 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.09 |
| HSL | 192.56º | 0.66% | 0.75% | - |
| HSV(B) | 192.56º | 0.37% | 0.91% | - |
| XYZ | 51.04 | 60.69 | 86.11 | - |
| YUV | 196.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 215 | 233 | 0.37 | 0.08 | 0 | 0.09 | 192.56 | 0.66 | 0.75 |
| Hex | 93 | D7 | E9 | 25 | 8 | 0 | 9 | C1 | 42 | 4B |
| Octal | 223 | 327 | 351 | 45 | 10 | 0 | 11 | 301 | 102 | 113 |
| Binary | 10010011 | 11010111 | 11101001 | 100101 | 1000 | 0 | 1001 | 11000001 | 1000010 | 1001011 |
Color Harmonies of #93D7E9
Complementary color
Monochromatic Colors of #93D7E9
Black with #93D7E9
Text Example
Text Example
White with #93D7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D7E9; }
p { color: rgb(147,215,233); }
H1.HeaderClassName
{
color: #93D7E9;
}
.AnyTagClassName
{
color: #93D7E9;
}
</style>
background-color css
<style>
a { background-color: #93D7E9; }
a { background-color: rgb(147,215,233); }
div.DivClassName
{
background-color: #93D7E9;
}
.BgClassName
{
background-color: #93D7E9;
}
</style>
border-color css
<style>
span { border-color: #93D7E9; }
span { border-color: rgb(147,215,233); }
td.TdClassName
{
border-color: #93D7E9;
}
.TagClassName
{
border-color: #93D7E9;
}
</style>