Shades of Anakiwa #92D3EE
Tints of Anakiwa #92D3EE
RGB
CMYK
RGB Variations
Color information
#92D3EE (or 0x92D3EE) is known color: Anakiwa. HEX triplet: 92, D3 and EE. RGB value is (146,211,238). Sum of RGB (Red+Green+Blue) = 146+211+238=595 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.54% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #92D3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D3EE is #6D2C11. Grayscale: #C2C2C2. Windows color (decimal): -7154706 or 15651730. OLE color: 15651730.
HSL color Cylindrical-coordinate representation of color #92D3EE: hue angle of 197.61º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92D3EE is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 211 | 238 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.07 |
| HSL | 197.61º | 0.73% | 0.75% | - |
| HSV(B) | 197.61º | 0.39% | 0.93% | - |
| XYZ | 50.58 | 58.87 | 89.59 | - |
| YUV | 194.64 | 152.47 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 211 | 238 | 0.39 | 0.11 | 0 | 0.07 | 197.61 | 0.73 | 0.75 |
| Hex | 92 | D3 | EE | 27 | B | 0 | 7 | C6 | 49 | 4B |
| Octal | 222 | 323 | 356 | 47 | 13 | 0 | 7 | 306 | 111 | 113 |
| Binary | 10010010 | 11010011 | 11101110 | 100111 | 1011 | 0 | 111 | 11000110 | 1001001 | 1001011 |
Color Harmonies of #92D3EE
Complementary color
Monochromatic Colors of #92D3EE
Black with #92D3EE
Text Example
Text Example
White with #92D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D3EE; }
p { color: rgb(146,211,238); }
H1.HeaderClassName
{
color: #92D3EE;
}
.AnyTagClassName
{
color: #92D3EE;
}
</style>
background-color css
<style>
a { background-color: #92D3EE; }
a { background-color: rgb(146,211,238); }
div.DivClassName
{
background-color: #92D3EE;
}
.BgClassName
{
background-color: #92D3EE;
}
</style>
border-color css
<style>
span { border-color: #92D3EE; }
span { border-color: rgb(146,211,238); }
td.TdClassName
{
border-color: #92D3EE;
}
.TagClassName
{
border-color: #92D3EE;
}
</style>