Shades of Cornflower #92C3DE
Tints of Cornflower #92C3DE
RGB
CMYK
RGB Variations
Color information
#92C3DE (or 0x92C3DE) is known color: Cornflower. HEX triplet: 92, C3 and DE. RGB value is (146,195,222). Sum of RGB (Red+Green+Blue) = 146+195+222=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #92C3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C3DE is #6D3C21. Grayscale: #B7B7B7. Windows color (decimal): -7158818 or 14599058. OLE color: 14599058.
HSL color Cylindrical-coordinate representation of color #92C3DE: hue angle of 201.32º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92C3DE is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 195 | 222 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.13 |
| HSL | 201.32º | 0.54% | 0.72% | - |
| HSV(B) | 201.32º | 0.34% | 0.87% | - |
| XYZ | 44.55 | 50.42 | 76.49 | - |
| YUV | 183.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 222 | 0.34 | 0.12 | 0 | 0.13 | 201.32 | 0.54 | 0.72 |
| Hex | 92 | C3 | DE | 22 | C | 0 | D | C9 | 36 | 48 |
| Octal | 222 | 303 | 336 | 42 | 14 | 0 | 15 | 311 | 66 | 110 |
| Binary | 10010010 | 11000011 | 11011110 | 100010 | 1100 | 0 | 1101 | 11001001 | 110110 | 1001000 |
Color Harmonies of #92C3DE
Complementary color
Monochromatic Colors of #92C3DE
Black with #92C3DE
Text Example
Text Example
White with #92C3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C3DE; }
p { color: rgb(146,195,222); }
H1.HeaderClassName
{
color: #92C3DE;
}
.AnyTagClassName
{
color: #92C3DE;
}
</style>
background-color css
<style>
a { background-color: #92C3DE; }
a { background-color: rgb(146,195,222); }
div.DivClassName
{
background-color: #92C3DE;
}
.BgClassName
{
background-color: #92C3DE;
}
</style>
border-color css
<style>
span { border-color: #92C3DE; }
span { border-color: rgb(146,195,222); }
td.TdClassName
{
border-color: #92C3DE;
}
.TagClassName
{
border-color: #92C3DE;
}
</style>