Shades of Anakiwa #92DBEF
Tints of Anakiwa #92DBEF
RGB
CMYK
RGB Variations
Color information
#92DBEF (or 0x92DBEF) is known color: Anakiwa. HEX triplet: 92, DB and EF. RGB value is (146,219,239). Sum of RGB (Red+Green+Blue) = 146+219+239=604 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.17% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #92DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DBEF is #6D2410. Grayscale: #C7C7C7. Windows color (decimal): -7152657 or 15719314. OLE color: 15719314.
HSL color Cylindrical-coordinate representation of color #92DBEF: hue angle of 192.9º 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 #92DBEF is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 219 | 239 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.06 |
| HSL | 192.9º | 0.74% | 0.75% | - |
| HSV(B) | 192.9º | 0.39% | 0.94% | - |
| XYZ | 52.77 | 63.01 | 91.04 | - |
| YUV | 199.45 | 150.32 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 219 | 239 | 0.39 | 0.08 | 0 | 0.06 | 192.9 | 0.74 | 0.75 |
| Hex | 92 | DB | EF | 27 | 8 | 0 | 6 | C1 | 4A | 4B |
| Octal | 222 | 333 | 357 | 47 | 10 | 0 | 6 | 301 | 112 | 113 |
| Binary | 10010010 | 11011011 | 11101111 | 100111 | 1000 | 0 | 110 | 11000001 | 1001010 | 1001011 |
Color Harmonies of #92DBEF
Complementary color
Monochromatic Colors of #92DBEF
Black with #92DBEF
Text Example
Text Example
White with #92DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DBEF; }
p { color: rgb(146,219,239); }
H1.HeaderClassName
{
color: #92DBEF;
}
.AnyTagClassName
{
color: #92DBEF;
}
</style>
background-color css
<style>
a { background-color: #92DBEF; }
a { background-color: rgb(146,219,239); }
div.DivClassName
{
background-color: #92DBEF;
}
.BgClassName
{
background-color: #92DBEF;
}
</style>
border-color css
<style>
span { border-color: #92DBEF; }
span { border-color: rgb(146,219,239); }
td.TdClassName
{
border-color: #92DBEF;
}
.TagClassName
{
border-color: #92DBEF;
}
</style>