Shades of Anakiwa #94D7E5
Tints of Anakiwa #94D7E5
RGB
CMYK
RGB Variations
Color information
#94D7E5 (or 0x94D7E5) is known color: Anakiwa. HEX triplet: 94, D7 and E5. RGB value is (148,215,229). Sum of RGB (Red+Green+Blue) = 148+215+229=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #94D7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D7E5 is #6B281A. Grayscale: #C4C4C4. Windows color (decimal): -7022619 or 15062932. OLE color: 15062932.
HSL color Cylindrical-coordinate representation of color #94D7E5: hue angle of 190.37º 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 #94D7E5 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 215 | 229 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.10 |
| HSL | 190.37º | 0.61% | 0.74% | - |
| HSV(B) | 190.37º | 0.35% | 0.9% | - |
| XYZ | 50.66 | 60.55 | 83.15 | - |
| YUV | 196.56 | 146.3 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 229 | 0.35 | 0.06 | 0 | 0.10 | 190.37 | 0.61 | 0.74 |
| Hex | 94 | D7 | E5 | 23 | 6 | 0 | A | BE | 3D | 4A |
| Octal | 224 | 327 | 345 | 43 | 6 | 0 | 12 | 276 | 75 | 112 |
| Binary | 10010100 | 11010111 | 11100101 | 100011 | 110 | 0 | 1010 | 10111110 | 111101 | 1001010 |
Color Harmonies of #94D7E5
Complementary color
Monochromatic Colors of #94D7E5
Black with #94D7E5
Text Example
Text Example
White with #94D7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D7E5; }
p { color: rgb(148,215,229); }
H1.HeaderClassName
{
color: #94D7E5;
}
.AnyTagClassName
{
color: #94D7E5;
}
</style>
background-color css
<style>
a { background-color: #94D7E5; }
a { background-color: rgb(148,215,229); }
div.DivClassName
{
background-color: #94D7E5;
}
.BgClassName
{
background-color: #94D7E5;
}
</style>
border-color css
<style>
span { border-color: #94D7E5; }
span { border-color: rgb(148,215,229); }
td.TdClassName
{
border-color: #94D7E5;
}
.TagClassName
{
border-color: #94D7E5;
}
</style>