Shades of Anakiwa #92D2ED
Tints of Anakiwa #92D2ED
RGB
CMYK
RGB Variations
Color information
#92D2ED (or 0x92D2ED) is known color: Anakiwa. HEX triplet: 92, D2 and ED. RGB value is (146,210,237). Sum of RGB (Red+Green+Blue) = 146+210+237=593 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.62% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #92D2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D2ED is #6D2D12. Grayscale: #C1C1C1. Windows color (decimal): -7154963 or 15585938. OLE color: 15585938.
HSL color Cylindrical-coordinate representation of color #92D2ED: hue angle of 197.8º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92D2ED is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 210 | 237 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.07 |
| HSL | 197.8º | 0.72% | 0.75% | - |
| HSV(B) | 197.8º | 0.38% | 0.93% | - |
| XYZ | 50.19 | 58.32 | 88.73 | - |
| YUV | 193.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 210 | 237 | 0.38 | 0.11 | 0 | 0.07 | 197.8 | 0.72 | 0.75 |
| Hex | 92 | D2 | ED | 26 | B | 0 | 7 | C6 | 48 | 4B |
| Octal | 222 | 322 | 355 | 46 | 13 | 0 | 7 | 306 | 110 | 113 |
| Binary | 10010010 | 11010010 | 11101101 | 100110 | 1011 | 0 | 111 | 11000110 | 1001000 | 1001011 |
Color Harmonies of #92D2ED
Complementary color
Monochromatic Colors of #92D2ED
Black with #92D2ED
Text Example
Text Example
White with #92D2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D2ED; }
p { color: rgb(146,210,237); }
H1.HeaderClassName
{
color: #92D2ED;
}
.AnyTagClassName
{
color: #92D2ED;
}
</style>
background-color css
<style>
a { background-color: #92D2ED; }
a { background-color: rgb(146,210,237); }
div.DivClassName
{
background-color: #92D2ED;
}
.BgClassName
{
background-color: #92D2ED;
}
</style>
border-color css
<style>
span { border-color: #92D2ED; }
span { border-color: rgb(146,210,237); }
td.TdClassName
{
border-color: #92D2ED;
}
.TagClassName
{
border-color: #92D2ED;
}
</style>