Shades of Anakiwa #92D5F4
Tints of Anakiwa #92D5F4
RGB
CMYK
RGB Variations
Color information
#92D5F4 (or 0x92D5F4) is known color: Anakiwa. HEX triplet: 92, D5 and F4. RGB value is (146,213,244). Sum of RGB (Red+Green+Blue) = 146+213+244=603 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.21% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 244 (95.70% from 255 or 40.46% from 603); Max value from RGB is 244 - color contains mainly: blue. Hex color #92D5F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D5F4 is #6D2A0B. Grayscale: #C4C4C4. Windows color (decimal): -7154188 or 16045458. OLE color: 16045458.
HSL color Cylindrical-coordinate representation of color #92D5F4: hue angle of 198.98º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92D5F4 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 213 | 244 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.04 |
| HSL | 198.98º | 0.82% | 0.76% | - |
| HSV(B) | 198.98º | 0.4% | 0.96% | - |
| XYZ | 51.98 | 60.23 | 94.47 | - |
| YUV | 196.5 | 154.8 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 213 | 244 | 0.40 | 0.13 | 0 | 0.04 | 198.98 | 0.82 | 0.76 |
| Hex | 92 | D5 | F4 | 28 | D | 0 | 4 | C7 | 52 | 4C |
| Octal | 222 | 325 | 364 | 50 | 15 | 0 | 4 | 307 | 122 | 114 |
| Binary | 10010010 | 11010101 | 11110100 | 101000 | 1101 | 0 | 100 | 11000111 | 1010010 | 1001100 |
Color Harmonies of #92D5F4
Complementary color
Monochromatic Colors of #92D5F4
Black with #92D5F4
Text Example
Text Example
White with #92D5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D5F4; }
p { color: rgb(146,213,244); }
H1.HeaderClassName
{
color: #92D5F4;
}
.AnyTagClassName
{
color: #92D5F4;
}
</style>
background-color css
<style>
a { background-color: #92D5F4; }
a { background-color: rgb(146,213,244); }
div.DivClassName
{
background-color: #92D5F4;
}
.BgClassName
{
background-color: #92D5F4;
}
</style>
border-color css
<style>
span { border-color: #92D5F4; }
span { border-color: rgb(146,213,244); }
td.TdClassName
{
border-color: #92D5F4;
}
.TagClassName
{
border-color: #92D5F4;
}
</style>