Shades of Anakiwa #8DDFEE
Tints of Anakiwa #8DDFEE
RGB
CMYK
RGB Variations
Color information
#8DDFEE (or 0x8DDFEE) is known color: Anakiwa. HEX triplet: 8D, DF and EE. RGB value is (141,223,238). Sum of RGB (Red+Green+Blue) = 141+223+238=602 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.42% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DDFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDFEE is #722011. Grayscale: #C8C8C8. Windows color (decimal): -7479314 or 15654797. OLE color: 15654797.
HSL color Cylindrical-coordinate representation of color #8DDFEE: hue angle of 189.28º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DDFEE is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 141 | 223 | 238 | - |
CMYK | 0.41 | 0.06 | 0 | 0.07 |
HSL | 189.28º | 0.74% | 0.74% | - |
HSV(B) | 189.28º | 0.41% | 0.93% | - |
XYZ | 52.8 | 64.61 | 90.58 | - |
YUV | 200.19 | 149.33 | 85.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 223 | 238 | 0.41 | 0.06 | 0 | 0.07 | 189.28 | 0.74 | 0.74 |
Hex | 8D | DF | EE | 29 | 6 | 0 | 7 | BD | 4A | 4A |
Octal | 215 | 337 | 356 | 51 | 6 | 0 | 7 | 275 | 112 | 112 |
Binary | 10001101 | 11011111 | 11101110 | 101001 | 110 | 0 | 111 | 10111101 | 1001010 | 1001010 |
Color Harmonies of #8DDFEE
Complementary color
Monochromatic Colors of #8DDFEE
Black with #8DDFEE
Text Example
Text Example
White with #8DDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDFEE; }
p { color: rgb(141,223,238); }
H1.HeaderClassName
{
color: #8DDFEE;
}
.AnyTagClassName
{
color: #8DDFEE;
}
</style>
background-color css
<style>
a { background-color: #8DDFEE; }
a { background-color: rgb(141,223,238); }
div.DivClassName
{
background-color: #8DDFEE;
}
.BgClassName
{
background-color: #8DDFEE;
}
</style>
border-color css
<style>
span { border-color: #8DDFEE; }
span { border-color: rgb(141,223,238); }
td.TdClassName
{
border-color: #8DDFEE;
}
.TagClassName
{
border-color: #8DDFEE;
}
</style>