Shades of Anakiwa #92DCEF
Tints of Anakiwa #92DCEF
RGB
CMYK
RGB Variations
Color information
#92DCEF (or 0x92DCEF) is known color: Anakiwa. HEX triplet: 92, DC and EF. RGB value is (146,220,239). Sum of RGB (Red+Green+Blue) = 146+220+239=605 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.13% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #92DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DCEF is #6D2310. Grayscale: #C7C7C7. Windows color (decimal): -7152401 or 15719570. OLE color: 15719570.
HSL color Cylindrical-coordinate representation of color #92DCEF: hue angle of 192.26º 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 #92DCEF is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 220 | 239 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.06 |
| HSL | 192.26º | 0.74% | 0.75% | - |
| HSV(B) | 192.26º | 0.39% | 0.94% | - |
| XYZ | 53.03 | 63.53 | 91.13 | - |
| YUV | 200.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 239 | 0.39 | 0.08 | 0 | 0.06 | 192.26 | 0.74 | 0.75 |
| Hex | 92 | DC | EF | 27 | 8 | 0 | 6 | C0 | 4A | 4B |
| Octal | 222 | 334 | 357 | 47 | 10 | 0 | 6 | 300 | 112 | 113 |
| Binary | 10010010 | 11011100 | 11101111 | 100111 | 1000 | 0 | 110 | 11000000 | 1001010 | 1001011 |
Color Harmonies of #92DCEF
Complementary color
Monochromatic Colors of #92DCEF
Black with #92DCEF
Text Example
Text Example
White with #92DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DCEF; }
p { color: rgb(146,220,239); }
H1.HeaderClassName
{
color: #92DCEF;
}
.AnyTagClassName
{
color: #92DCEF;
}
</style>
background-color css
<style>
a { background-color: #92DCEF; }
a { background-color: rgb(146,220,239); }
div.DivClassName
{
background-color: #92DCEF;
}
.BgClassName
{
background-color: #92DCEF;
}
</style>
border-color css
<style>
span { border-color: #92DCEF; }
span { border-color: rgb(146,220,239); }
td.TdClassName
{
border-color: #92DCEF;
}
.TagClassName
{
border-color: #92DCEF;
}
</style>