Shades of Anakiwa #92D4EF
Tints of Anakiwa #92D4EF
RGB
CMYK
RGB Variations
Color information
#92D4EF (or 0x92D4EF) is known color: Anakiwa. HEX triplet: 92, D4 and EF. RGB value is (146,212,239). Sum of RGB (Red+Green+Blue) = 146+212+239=597 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.46% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #92D4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D4EF is #6D2B10. Grayscale: #C3C3C3. Windows color (decimal): -7154449 or 15717522. OLE color: 15717522.
HSL color Cylindrical-coordinate representation of color #92D4EF: hue angle of 197.42º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92D4EF is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 212 | 239 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.06 |
| HSL | 197.42º | 0.74% | 0.75% | - |
| HSV(B) | 197.42º | 0.39% | 0.94% | - |
| XYZ | 50.98 | 59.43 | 90.45 | - |
| YUV | 195.34 | 152.63 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 212 | 239 | 0.39 | 0.11 | 0 | 0.06 | 197.42 | 0.74 | 0.75 |
| Hex | 92 | D4 | EF | 27 | B | 0 | 6 | C5 | 4A | 4B |
| Octal | 222 | 324 | 357 | 47 | 13 | 0 | 6 | 305 | 112 | 113 |
| Binary | 10010010 | 11010100 | 11101111 | 100111 | 1011 | 0 | 110 | 11000101 | 1001010 | 1001011 |
Color Harmonies of #92D4EF
Complementary color
Monochromatic Colors of #92D4EF
Black with #92D4EF
Text Example
Text Example
White with #92D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D4EF; }
p { color: rgb(146,212,239); }
H1.HeaderClassName
{
color: #92D4EF;
}
.AnyTagClassName
{
color: #92D4EF;
}
</style>
background-color css
<style>
a { background-color: #92D4EF; }
a { background-color: rgb(146,212,239); }
div.DivClassName
{
background-color: #92D4EF;
}
.BgClassName
{
background-color: #92D4EF;
}
</style>
border-color css
<style>
span { border-color: #92D4EF; }
span { border-color: rgb(146,212,239); }
td.TdClassName
{
border-color: #92D4EF;
}
.TagClassName
{
border-color: #92D4EF;
}
</style>