Shades of Anakiwa #93D0E5
Tints of Anakiwa #93D0E5
RGB
CMYK
RGB Variations
Color information
#93D0E5 (or 0x93D0E5) is known color: Anakiwa. HEX triplet: 93, D0 and E5. RGB value is (147,208,229). Sum of RGB (Red+Green+Blue) = 147+208+229=584 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.17% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #93D0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D0E5 is #6C2F1A. Grayscale: #C0C0C0. Windows color (decimal): -7089947 or 15061139. OLE color: 15061139.
HSL color Cylindrical-coordinate representation of color #93D0E5: hue angle of 195.37º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93D0E5 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 208 | 229 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.10 |
| HSL | 195.37º | 0.61% | 0.74% | - |
| HSV(B) | 195.37º | 0.36% | 0.9% | - |
| XYZ | 48.73 | 56.97 | 82.56 | - |
| YUV | 192.16 | 148.79 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 229 | 0.36 | 0.09 | 0 | 0.10 | 195.37 | 0.61 | 0.74 |
| Hex | 93 | D0 | E5 | 24 | 9 | 0 | A | C3 | 3D | 4A |
| Octal | 223 | 320 | 345 | 44 | 11 | 0 | 12 | 303 | 75 | 112 |
| Binary | 10010011 | 11010000 | 11100101 | 100100 | 1001 | 0 | 1010 | 11000011 | 111101 | 1001010 |
Color Harmonies of #93D0E5
Complementary color
Monochromatic Colors of #93D0E5
Black with #93D0E5
Text Example
Text Example
White with #93D0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D0E5; }
p { color: rgb(147,208,229); }
H1.HeaderClassName
{
color: #93D0E5;
}
.AnyTagClassName
{
color: #93D0E5;
}
</style>
background-color css
<style>
a { background-color: #93D0E5; }
a { background-color: rgb(147,208,229); }
div.DivClassName
{
background-color: #93D0E5;
}
.BgClassName
{
background-color: #93D0E5;
}
</style>
border-color css
<style>
span { border-color: #93D0E5; }
span { border-color: rgb(147,208,229); }
td.TdClassName
{
border-color: #93D0E5;
}
.TagClassName
{
border-color: #93D0E5;
}
</style>