Shades of Anakiwa #92CFDF
Tints of Anakiwa #92CFDF
RGB
CMYK
RGB Variations
Color information
#92CFDF (or 0x92CFDF) is known color: Anakiwa. HEX triplet: 92, CF and DF. RGB value is (146,207,223). Sum of RGB (Red+Green+Blue) = 146+207+223=576 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.35% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #92CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CFDF is #6D3020. Grayscale: #BEBEBE. Windows color (decimal): -7155745 or 14667666. OLE color: 14667666.
HSL color Cylindrical-coordinate representation of color #92CFDF: hue angle of 192.47º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92CFDF is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 207 | 223 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.13 |
| HSL | 192.47º | 0.55% | 0.72% | - |
| HSV(B) | 192.47º | 0.35% | 0.87% | - |
| XYZ | 47.49 | 56.06 | 78.13 | - |
| YUV | 190.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 223 | 0.35 | 0.07 | 0 | 0.13 | 192.47 | 0.55 | 0.72 |
| Hex | 92 | CF | DF | 23 | 7 | 0 | D | C0 | 37 | 48 |
| Octal | 222 | 317 | 337 | 43 | 7 | 0 | 15 | 300 | 67 | 110 |
| Binary | 10010010 | 11001111 | 11011111 | 100011 | 111 | 0 | 1101 | 11000000 | 110111 | 1001000 |
Color Harmonies of #92CFDF
Complementary color
Monochromatic Colors of #92CFDF
Black with #92CFDF
Text Example
Text Example
White with #92CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CFDF; }
p { color: rgb(146,207,223); }
H1.HeaderClassName
{
color: #92CFDF;
}
.AnyTagClassName
{
color: #92CFDF;
}
</style>
background-color css
<style>
a { background-color: #92CFDF; }
a { background-color: rgb(146,207,223); }
div.DivClassName
{
background-color: #92CFDF;
}
.BgClassName
{
background-color: #92CFDF;
}
</style>
border-color css
<style>
span { border-color: #92CFDF; }
span { border-color: rgb(146,207,223); }
td.TdClassName
{
border-color: #92CFDF;
}
.TagClassName
{
border-color: #92CFDF;
}
</style>