Shades of Anakiwa #94D8F0
Tints of Anakiwa #94D8F0
RGB
CMYK
RGB Variations
Color information
#94D8F0 (or 0x94D8F0) is known color: Anakiwa. HEX triplet: 94, D8 and F0. RGB value is (148,216,240). Sum of RGB (Red+Green+Blue) = 148+216+240=604 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.50% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #94D8F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D8F0 is #6B270F. Grayscale: #C6C6C6. Windows color (decimal): -7022352 or 15784084. OLE color: 15784084.
HSL color Cylindrical-coordinate representation of color #94D8F0: hue angle of 195.65º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94D8F0 is Cyan = 0.38, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 216 | 240 | - |
| CMYK | 0.38 | 0.1 | 0 | 0.06 |
| HSL | 195.65º | 0.75% | 0.76% | - |
| HSV(B) | 195.65º | 0.38% | 0.94% | - |
| XYZ | 52.5 | 61.7 | 91.58 | - |
| YUV | 198.4 | 151.47 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 216 | 240 | 0.38 | 0.1 | 0 | 0.06 | 195.65 | 0.75 | 0.76 |
| Hex | 94 | D8 | F0 | 26 | A | 0 | 6 | C4 | 4B | 4C |
| Octal | 224 | 330 | 360 | 46 | 12 | 0 | 6 | 304 | 113 | 114 |
| Binary | 10010100 | 11011000 | 11110000 | 100110 | 1010 | 0 | 110 | 11000100 | 1001011 | 1001100 |
Color Harmonies of #94D8F0
Complementary color
Monochromatic Colors of #94D8F0
Black with #94D8F0
Text Example
Text Example
White with #94D8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D8F0; }
p { color: rgb(148,216,240); }
H1.HeaderClassName
{
color: #94D8F0;
}
.AnyTagClassName
{
color: #94D8F0;
}
</style>
background-color css
<style>
a { background-color: #94D8F0; }
a { background-color: rgb(148,216,240); }
div.DivClassName
{
background-color: #94D8F0;
}
.BgClassName
{
background-color: #94D8F0;
}
</style>
border-color css
<style>
span { border-color: #94D8F0; }
span { border-color: rgb(148,216,240); }
td.TdClassName
{
border-color: #94D8F0;
}
.TagClassName
{
border-color: #94D8F0;
}
</style>