Shades of Anakiwa #93CFE0
Tints of Anakiwa #93CFE0
RGB
CMYK
RGB Variations
Color information
#93CFE0 (or 0x93CFE0) is known color: Anakiwa. HEX triplet: 93, CF and E0. RGB value is (147,207,224). Sum of RGB (Red+Green+Blue) = 147+207+224=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #93CFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFE0 is #6C301F. Grayscale: #BEBEBE. Windows color (decimal): -7090208 or 14733203. OLE color: 14733203.
HSL color Cylindrical-coordinate representation of color #93CFE0: hue angle of 193.25º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93CFE0 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 207 | 224 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.12 |
| HSL | 193.25º | 0.55% | 0.73% | - |
| HSV(B) | 193.25º | 0.34% | 0.88% | - |
| XYZ | 47.8 | 56.21 | 78.85 | - |
| YUV | 191 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 224 | 0.34 | 0.08 | 0 | 0.12 | 193.25 | 0.55 | 0.73 |
| Hex | 93 | CF | E0 | 22 | 8 | 0 | C | C1 | 37 | 49 |
| Octal | 223 | 317 | 340 | 42 | 10 | 0 | 14 | 301 | 67 | 111 |
| Binary | 10010011 | 11001111 | 11100000 | 100010 | 1000 | 0 | 1100 | 11000001 | 110111 | 1001001 |
Color Harmonies of #93CFE0
Complementary color
Monochromatic Colors of #93CFE0
Black with #93CFE0
Text Example
Text Example
White with #93CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CFE0; }
p { color: rgb(147,207,224); }
H1.HeaderClassName
{
color: #93CFE0;
}
.AnyTagClassName
{
color: #93CFE0;
}
</style>
background-color css
<style>
a { background-color: #93CFE0; }
a { background-color: rgb(147,207,224); }
div.DivClassName
{
background-color: #93CFE0;
}
.BgClassName
{
background-color: #93CFE0;
}
</style>
border-color css
<style>
span { border-color: #93CFE0; }
span { border-color: rgb(147,207,224); }
td.TdClassName
{
border-color: #93CFE0;
}
.TagClassName
{
border-color: #93CFE0;
}
</style>