Shades of Anakiwa #92DCF1
Tints of Anakiwa #92DCF1
RGB
CMYK
RGB Variations
Color information
#92DCF1 (or 0x92DCF1) is known color: Anakiwa. HEX triplet: 92, DC and F1. RGB value is (146,220,241). Sum of RGB (Red+Green+Blue) = 146+220+241=607 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.05% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #92DCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DCF1 is #6D230E. Grayscale: #C8C8C8. Windows color (decimal): -7152399 or 15850642. OLE color: 15850642.
HSL color Cylindrical-coordinate representation of color #92DCF1: hue angle of 193.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92DCF1 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 220 | 241 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.05 |
| HSL | 193.26º | 0.77% | 0.76% | - |
| HSV(B) | 193.26º | 0.39% | 0.95% | - |
| XYZ | 53.32 | 63.65 | 92.69 | - |
| YUV | 200.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 241 | 0.39 | 0.09 | 0 | 0.05 | 193.26 | 0.77 | 0.76 |
| Hex | 92 | DC | F1 | 27 | 9 | 0 | 5 | C1 | 4D | 4C |
| Octal | 222 | 334 | 361 | 47 | 11 | 0 | 5 | 301 | 115 | 114 |
| Binary | 10010010 | 11011100 | 11110001 | 100111 | 1001 | 0 | 101 | 11000001 | 1001101 | 1001100 |
Color Harmonies of #92DCF1
Complementary color
Monochromatic Colors of #92DCF1
Black with #92DCF1
Text Example
Text Example
White with #92DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DCF1; }
p { color: rgb(146,220,241); }
H1.HeaderClassName
{
color: #92DCF1;
}
.AnyTagClassName
{
color: #92DCF1;
}
</style>
background-color css
<style>
a { background-color: #92DCF1; }
a { background-color: rgb(146,220,241); }
div.DivClassName
{
background-color: #92DCF1;
}
.BgClassName
{
background-color: #92DCF1;
}
</style>
border-color css
<style>
span { border-color: #92DCF1; }
span { border-color: rgb(146,220,241); }
td.TdClassName
{
border-color: #92DCF1;
}
.TagClassName
{
border-color: #92DCF1;
}
</style>