Shades of Anakiwa #92CFE5
Tints of Anakiwa #92CFE5
RGB
CMYK
RGB Variations
Color information
#92CFE5 (or 0x92CFE5) is known color: Anakiwa. HEX triplet: 92, CF and E5. RGB value is (146,207,229). Sum of RGB (Red+Green+Blue) = 146+207+229=582 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25.09% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #92CFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CFE5 is #6D301A. Grayscale: #BFBFBF. Windows color (decimal): -7155739 or 15060882. OLE color: 15060882.
HSL color Cylindrical-coordinate representation of color #92CFE5: hue angle of 195.9º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92CFE5 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 207 | 229 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.10 |
| HSL | 195.9º | 0.61% | 0.74% | - |
| HSV(B) | 195.9º | 0.36% | 0.9% | - |
| XYZ | 48.31 | 56.39 | 82.47 | - |
| YUV | 191.27 | 149.29 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 229 | 0.36 | 0.10 | 0 | 0.10 | 195.9 | 0.61 | 0.74 |
| Hex | 92 | CF | E5 | 24 | A | 0 | A | C4 | 3D | 4A |
| Octal | 222 | 317 | 345 | 44 | 12 | 0 | 12 | 304 | 75 | 112 |
| Binary | 10010010 | 11001111 | 11100101 | 100100 | 1010 | 0 | 1010 | 11000100 | 111101 | 1001010 |
Color Harmonies of #92CFE5
Complementary color
Monochromatic Colors of #92CFE5
Black with #92CFE5
Text Example
Text Example
White with #92CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CFE5; }
p { color: rgb(146,207,229); }
H1.HeaderClassName
{
color: #92CFE5;
}
.AnyTagClassName
{
color: #92CFE5;
}
</style>
background-color css
<style>
a { background-color: #92CFE5; }
a { background-color: rgb(146,207,229); }
div.DivClassName
{
background-color: #92CFE5;
}
.BgClassName
{
background-color: #92CFE5;
}
</style>
border-color css
<style>
span { border-color: #92CFE5; }
span { border-color: rgb(146,207,229); }
td.TdClassName
{
border-color: #92CFE5;
}
.TagClassName
{
border-color: #92CFE5;
}
</style>