Shades of Anakiwa #93D8EA
Tints of Anakiwa #93D8EA
RGB
CMYK
RGB Variations
Color information
#93D8EA (or 0x93D8EA) is known color: Anakiwa. HEX triplet: 93, D8 and EA. RGB value is (147,216,234). Sum of RGB (Red+Green+Blue) = 147+216+234=597 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.62% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #93D8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D8EA is #6C2715. Grayscale: #C5C5C5. Windows color (decimal): -7087894 or 15390867. OLE color: 15390867.
HSL color Cylindrical-coordinate representation of color #93D8EA: hue angle of 192.41º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93D8EA is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 216 | 234 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.08 |
| HSL | 192.41º | 0.67% | 0.75% | - |
| HSV(B) | 192.41º | 0.37% | 0.92% | - |
| XYZ | 51.44 | 61.26 | 86.95 | - |
| YUV | 197.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 216 | 234 | 0.37 | 0.08 | 0 | 0.08 | 192.41 | 0.67 | 0.75 |
| Hex | 93 | D8 | EA | 25 | 8 | 0 | 8 | C0 | 43 | 4B |
| Octal | 223 | 330 | 352 | 45 | 10 | 0 | 10 | 300 | 103 | 113 |
| Binary | 10010011 | 11011000 | 11101010 | 100101 | 1000 | 0 | 1000 | 11000000 | 1000011 | 1001011 |
Color Harmonies of #93D8EA
Complementary color
Monochromatic Colors of #93D8EA
Black with #93D8EA
Text Example
Text Example
White with #93D8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D8EA; }
p { color: rgb(147,216,234); }
H1.HeaderClassName
{
color: #93D8EA;
}
.AnyTagClassName
{
color: #93D8EA;
}
</style>
background-color css
<style>
a { background-color: #93D8EA; }
a { background-color: rgb(147,216,234); }
div.DivClassName
{
background-color: #93D8EA;
}
.BgClassName
{
background-color: #93D8EA;
}
</style>
border-color css
<style>
span { border-color: #93D8EA; }
span { border-color: rgb(147,216,234); }
td.TdClassName
{
border-color: #93D8EA;
}
.TagClassName
{
border-color: #93D8EA;
}
</style>