Shades of Anakiwa #94D3E5
Tints of Anakiwa #94D3E5
RGB
CMYK
RGB Variations
Color information
#94D3E5 (or 0x94D3E5) is known color: Anakiwa. HEX triplet: 94, D3 and E5. RGB value is (148,211,229). Sum of RGB (Red+Green+Blue) = 148+211+229=588 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.17% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #94D3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D3E5 is #6B2C1A. Grayscale: #C2C2C2. Windows color (decimal): -7023643 or 15061908. OLE color: 15061908.
HSL color Cylindrical-coordinate representation of color #94D3E5: hue angle of 193.33º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94D3E5 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 211 | 229 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.10 |
| HSL | 193.33º | 0.61% | 0.74% | - |
| HSV(B) | 193.33º | 0.35% | 0.9% | - |
| XYZ | 49.65 | 58.54 | 82.81 | - |
| YUV | 194.22 | 147.63 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 229 | 0.35 | 0.08 | 0 | 0.10 | 193.33 | 0.61 | 0.74 |
| Hex | 94 | D3 | E5 | 23 | 8 | 0 | A | C1 | 3D | 4A |
| Octal | 224 | 323 | 345 | 43 | 10 | 0 | 12 | 301 | 75 | 112 |
| Binary | 10010100 | 11010011 | 11100101 | 100011 | 1000 | 0 | 1010 | 11000001 | 111101 | 1001010 |
Color Harmonies of #94D3E5
Complementary color
Monochromatic Colors of #94D3E5
Black with #94D3E5
Text Example
Text Example
White with #94D3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D3E5; }
p { color: rgb(148,211,229); }
H1.HeaderClassName
{
color: #94D3E5;
}
.AnyTagClassName
{
color: #94D3E5;
}
</style>
background-color css
<style>
a { background-color: #94D3E5; }
a { background-color: rgb(148,211,229); }
div.DivClassName
{
background-color: #94D3E5;
}
.BgClassName
{
background-color: #94D3E5;
}
</style>
border-color css
<style>
span { border-color: #94D3E5; }
span { border-color: rgb(148,211,229); }
td.TdClassName
{
border-color: #94D3E5;
}
.TagClassName
{
border-color: #94D3E5;
}
</style>