Shades of Anakiwa #93D6EF
Tints of Anakiwa #93D6EF
RGB
CMYK
RGB Variations
Color information
#93D6EF (or 0x93D6EF) is known color: Anakiwa. HEX triplet: 93, D6 and EF. RGB value is (147,214,239). Sum of RGB (Red+Green+Blue) = 147+214+239=600 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.5% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #93D6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D6EF is #6C2910. Grayscale: #C4C4C4. Windows color (decimal): -7088401 or 15718035. OLE color: 15718035.
HSL color Cylindrical-coordinate representation of color #93D6EF: hue angle of 196.3º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93D6EF is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 214 | 239 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.06 |
| HSL | 196.3º | 0.74% | 0.76% | - |
| HSV(B) | 196.3º | 0.38% | 0.94% | - |
| XYZ | 51.66 | 60.53 | 90.62 | - |
| YUV | 196.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 214 | 239 | 0.38 | 0.10 | 0 | 0.06 | 196.3 | 0.74 | 0.76 |
| Hex | 93 | D6 | EF | 26 | A | 0 | 6 | C4 | 4A | 4C |
| Octal | 223 | 326 | 357 | 46 | 12 | 0 | 6 | 304 | 112 | 114 |
| Binary | 10010011 | 11010110 | 11101111 | 100110 | 1010 | 0 | 110 | 11000100 | 1001010 | 1001100 |
Color Harmonies of #93D6EF
Complementary color
Monochromatic Colors of #93D6EF
Black with #93D6EF
Text Example
Text Example
White with #93D6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D6EF; }
p { color: rgb(147,214,239); }
H1.HeaderClassName
{
color: #93D6EF;
}
.AnyTagClassName
{
color: #93D6EF;
}
</style>
background-color css
<style>
a { background-color: #93D6EF; }
a { background-color: rgb(147,214,239); }
div.DivClassName
{
background-color: #93D6EF;
}
.BgClassName
{
background-color: #93D6EF;
}
</style>
border-color css
<style>
span { border-color: #93D6EF; }
span { border-color: rgb(147,214,239); }
td.TdClassName
{
border-color: #93D6EF;
}
.TagClassName
{
border-color: #93D6EF;
}
</style>