Shades of Anakiwa #95D6E6
Tints of Anakiwa #95D6E6
RGB
CMYK
RGB Variations
Color information
#95D6E6 (or 0x95D6E6) is known color: Anakiwa. HEX triplet: 95, D6 and E6. RGB value is (149,214,230). Sum of RGB (Red+Green+Blue) = 149+214+230=593 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.13% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 230 - color contains mainly: blue. Hex color #95D6E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D6E6 is #6A2919. Grayscale: #C4C4C4. Windows color (decimal): -6957338 or 15128213. OLE color: 15128213.
HSL color Cylindrical-coordinate representation of color #95D6E6: hue angle of 191.85º degrees, saturation: 0.62, 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 #95D6E6 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 214 | 230 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.10 |
| HSL | 191.85º | 0.62% | 0.74% | - |
| HSV(B) | 191.85º | 0.35% | 0.9% | - |
| XYZ | 50.72 | 60.2 | 83.81 | - |
| YUV | 196.39 | 146.97 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 214 | 230 | 0.35 | 0.07 | 0 | 0.10 | 191.85 | 0.62 | 0.74 |
| Hex | 95 | D6 | E6 | 23 | 7 | 0 | A | C0 | 3E | 4A |
| Octal | 225 | 326 | 346 | 43 | 7 | 0 | 12 | 300 | 76 | 112 |
| Binary | 10010101 | 11010110 | 11100110 | 100011 | 111 | 0 | 1010 | 11000000 | 111110 | 1001010 |
Color Harmonies of #95D6E6
Complementary color
Monochromatic Colors of #95D6E6
Black with #95D6E6
Text Example
Text Example
White with #95D6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D6E6; }
p { color: rgb(149,214,230); }
H1.HeaderClassName
{
color: #95D6E6;
}
.AnyTagClassName
{
color: #95D6E6;
}
</style>
background-color css
<style>
a { background-color: #95D6E6; }
a { background-color: rgb(149,214,230); }
div.DivClassName
{
background-color: #95D6E6;
}
.BgClassName
{
background-color: #95D6E6;
}
</style>
border-color css
<style>
span { border-color: #95D6E6; }
span { border-color: rgb(149,214,230); }
td.TdClassName
{
border-color: #95D6E6;
}
.TagClassName
{
border-color: #95D6E6;
}
</style>