Shades of Anakiwa #93D5E9
Tints of Anakiwa #93D5E9
RGB
CMYK
RGB Variations
Color information
#93D5E9 (or 0x93D5E9) is known color: Anakiwa. HEX triplet: 93, D5 and E9. RGB value is (147,213,233). Sum of RGB (Red+Green+Blue) = 147+213+233=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #93D5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D5E9 is #6C2A16. Grayscale: #C3C3C3. Windows color (decimal): -7088663 or 15324563. OLE color: 15324563.
HSL color Cylindrical-coordinate representation of color #93D5E9: hue angle of 193.95º 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 #93D5E9 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 213 | 233 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.09 |
| HSL | 193.95º | 0.66% | 0.75% | - |
| HSV(B) | 193.95º | 0.37% | 0.91% | - |
| XYZ | 50.53 | 59.67 | 85.95 | - |
| YUV | 195.55 | 149.13 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 213 | 233 | 0.37 | 0.09 | 0 | 0.09 | 193.95 | 0.66 | 0.75 |
| Hex | 93 | D5 | E9 | 25 | 9 | 0 | 9 | C2 | 42 | 4B |
| Octal | 223 | 325 | 351 | 45 | 11 | 0 | 11 | 302 | 102 | 113 |
| Binary | 10010011 | 11010101 | 11101001 | 100101 | 1001 | 0 | 1001 | 11000010 | 1000010 | 1001011 |
Color Harmonies of #93D5E9
Complementary color
Monochromatic Colors of #93D5E9
Black with #93D5E9
Text Example
Text Example
White with #93D5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D5E9; }
p { color: rgb(147,213,233); }
H1.HeaderClassName
{
color: #93D5E9;
}
.AnyTagClassName
{
color: #93D5E9;
}
</style>
background-color css
<style>
a { background-color: #93D5E9; }
a { background-color: rgb(147,213,233); }
div.DivClassName
{
background-color: #93D5E9;
}
.BgClassName
{
background-color: #93D5E9;
}
</style>
border-color css
<style>
span { border-color: #93D5E9; }
span { border-color: rgb(147,213,233); }
td.TdClassName
{
border-color: #93D5E9;
}
.TagClassName
{
border-color: #93D5E9;
}
</style>