Shades of Anakiwa #91D7F5
Tints of Anakiwa #91D7F5
RGB
CMYK
RGB Variations
Color information
#91D7F5 (or 0x91D7F5) is known color: Anakiwa. HEX triplet: 91, D7 and F5. RGB value is (145,215,245). Sum of RGB (Red+Green+Blue) = 145+215+245=605 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.97% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 245 (96.09% from 255 or 40.50% from 605); Max value from RGB is 245 - color contains mainly: blue. Hex color #91D7F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D7F5 is #6E280A. Grayscale: #C5C5C5. Windows color (decimal): -7219211 or 16111505. OLE color: 16111505.
HSL color Cylindrical-coordinate representation of color #91D7F5: hue angle of 198º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91D7F5 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 215 | 245 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.04 |
| HSL | 198º | 0.83% | 0.76% | - |
| HSV(B) | 198º | 0.41% | 0.96% | - |
| XYZ | 52.46 | 61.21 | 95.44 | - |
| YUV | 197.49 | 154.81 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 215 | 245 | 0.41 | 0.12 | 0 | 0.04 | 198 | 0.83 | 0.76 |
| Hex | 91 | D7 | F5 | 29 | C | 0 | 4 | C6 | 53 | 4C |
| Octal | 221 | 327 | 365 | 51 | 14 | 0 | 4 | 306 | 123 | 114 |
| Binary | 10010001 | 11010111 | 11110101 | 101001 | 1100 | 0 | 100 | 11000110 | 1010011 | 1001100 |
Color Harmonies of #91D7F5
Complementary color
Monochromatic Colors of #91D7F5
Black with #91D7F5
Text Example
Text Example
White with #91D7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D7F5; }
p { color: rgb(145,215,245); }
H1.HeaderClassName
{
color: #91D7F5;
}
.AnyTagClassName
{
color: #91D7F5;
}
</style>
background-color css
<style>
a { background-color: #91D7F5; }
a { background-color: rgb(145,215,245); }
div.DivClassName
{
background-color: #91D7F5;
}
.BgClassName
{
background-color: #91D7F5;
}
</style>
border-color css
<style>
span { border-color: #91D7F5; }
span { border-color: rgb(145,215,245); }
td.TdClassName
{
border-color: #91D7F5;
}
.TagClassName
{
border-color: #91D7F5;
}
</style>