Shades of Anakiwa #94D3E9
Tints of Anakiwa #94D3E9
RGB
CMYK
RGB Variations
Color information
#94D3E9 (or 0x94D3E9) is known color: Anakiwa. HEX triplet: 94, D3 and E9. RGB value is (148,211,233). Sum of RGB (Red+Green+Blue) = 148+211+233=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 233 - color contains mainly: blue. Hex color #94D3E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D3E9 is #6B2C16. Grayscale: #C2C2C2. Windows color (decimal): -7023639 or 15324052. OLE color: 15324052.
HSL color Cylindrical-coordinate representation of color #94D3E9: hue angle of 195.53º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94D3E9 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 211 | 233 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.09 |
| HSL | 195.53º | 0.66% | 0.75% | - |
| HSV(B) | 195.53º | 0.36% | 0.91% | - |
| XYZ | 50.21 | 58.77 | 85.79 | - |
| YUV | 194.67 | 149.63 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 233 | 0.36 | 0.09 | 0 | 0.09 | 195.53 | 0.66 | 0.75 |
| Hex | 94 | D3 | E9 | 24 | 9 | 0 | 9 | C4 | 42 | 4B |
| Octal | 224 | 323 | 351 | 44 | 11 | 0 | 11 | 304 | 102 | 113 |
| Binary | 10010100 | 11010011 | 11101001 | 100100 | 1001 | 0 | 1001 | 11000100 | 1000010 | 1001011 |
Color Harmonies of #94D3E9
Complementary color
Monochromatic Colors of #94D3E9
Black with #94D3E9
Text Example
Text Example
White with #94D3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D3E9; }
p { color: rgb(148,211,233); }
H1.HeaderClassName
{
color: #94D3E9;
}
.AnyTagClassName
{
color: #94D3E9;
}
</style>
background-color css
<style>
a { background-color: #94D3E9; }
a { background-color: rgb(148,211,233); }
div.DivClassName
{
background-color: #94D3E9;
}
.BgClassName
{
background-color: #94D3E9;
}
</style>
border-color css
<style>
span { border-color: #94D3E9; }
span { border-color: rgb(148,211,233); }
td.TdClassName
{
border-color: #94D3E9;
}
.TagClassName
{
border-color: #94D3E9;
}
</style>