Shades of Anakiwa #95D8EF
Tints of Anakiwa #95D8EF
RGB
CMYK
RGB Variations
Color information
#95D8EF (or 0x95D8EF) is known color: Anakiwa. HEX triplet: 95, D8 and EF. RGB value is (149,216,239). Sum of RGB (Red+Green+Blue) = 149+216+239=604 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.67% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #95D8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D8EF is #6A2710. Grayscale: #C6C6C6. Windows color (decimal): -6956817 or 15718549. OLE color: 15718549.
HSL color Cylindrical-coordinate representation of color #95D8EF: hue angle of 195.33º degrees, saturation: 0.74, 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 #95D8EF is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 216 | 239 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.06 |
| HSL | 195.33º | 0.74% | 0.76% | - |
| HSV(B) | 195.33º | 0.38% | 0.94% | - |
| XYZ | 52.53 | 61.73 | 90.81 | - |
| YUV | 198.59 | 150.8 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 216 | 239 | 0.38 | 0.10 | 0 | 0.06 | 195.33 | 0.74 | 0.76 |
| Hex | 95 | D8 | EF | 26 | A | 0 | 6 | C3 | 4A | 4C |
| Octal | 225 | 330 | 357 | 46 | 12 | 0 | 6 | 303 | 112 | 114 |
| Binary | 10010101 | 11011000 | 11101111 | 100110 | 1010 | 0 | 110 | 11000011 | 1001010 | 1001100 |
Color Harmonies of #95D8EF
Complementary color
Monochromatic Colors of #95D8EF
Black with #95D8EF
Text Example
Text Example
White with #95D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D8EF; }
p { color: rgb(149,216,239); }
H1.HeaderClassName
{
color: #95D8EF;
}
.AnyTagClassName
{
color: #95D8EF;
}
</style>
background-color css
<style>
a { background-color: #95D8EF; }
a { background-color: rgb(149,216,239); }
div.DivClassName
{
background-color: #95D8EF;
}
.BgClassName
{
background-color: #95D8EF;
}
</style>
border-color css
<style>
span { border-color: #95D8EF; }
span { border-color: rgb(149,216,239); }
td.TdClassName
{
border-color: #95D8EF;
}
.TagClassName
{
border-color: #95D8EF;
}
</style>