Shades of Anakiwa #92CFE0
Tints of Anakiwa #92CFE0
RGB
CMYK
RGB Variations
Color information
#92CFE0 (or 0x92CFE0) is known color: Anakiwa. HEX triplet: 92, CF and E0. RGB value is (146,207,224). Sum of RGB (Red+Green+Blue) = 146+207+224=577 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.30% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #92CFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CFE0 is #6D301F. Grayscale: #BEBEBE. Windows color (decimal): -7155744 or 14733202. OLE color: 14733202.
HSL color Cylindrical-coordinate representation of color #92CFE0: hue angle of 193.08º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92CFE0 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 207 | 224 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.12 |
| HSL | 193.08º | 0.56% | 0.73% | - |
| HSV(B) | 193.08º | 0.35% | 0.88% | - |
| XYZ | 47.62 | 56.12 | 78.84 | - |
| YUV | 190.7 | 146.79 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 224 | 0.35 | 0.08 | 0 | 0.12 | 193.08 | 0.56 | 0.73 |
| Hex | 92 | CF | E0 | 23 | 8 | 0 | C | C1 | 38 | 49 |
| Octal | 222 | 317 | 340 | 43 | 10 | 0 | 14 | 301 | 70 | 111 |
| Binary | 10010010 | 11001111 | 11100000 | 100011 | 1000 | 0 | 1100 | 11000001 | 111000 | 1001001 |
Color Harmonies of #92CFE0
Complementary color
Monochromatic Colors of #92CFE0
Black with #92CFE0
Text Example
Text Example
White with #92CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CFE0; }
p { color: rgb(146,207,224); }
H1.HeaderClassName
{
color: #92CFE0;
}
.AnyTagClassName
{
color: #92CFE0;
}
</style>
background-color css
<style>
a { background-color: #92CFE0; }
a { background-color: rgb(146,207,224); }
div.DivClassName
{
background-color: #92CFE0;
}
.BgClassName
{
background-color: #92CFE0;
}
</style>
border-color css
<style>
span { border-color: #92CFE0; }
span { border-color: rgb(146,207,224); }
td.TdClassName
{
border-color: #92CFE0;
}
.TagClassName
{
border-color: #92CFE0;
}
</style>