#92C0DF

Color #92C0DF Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #92C0DF

Tints of Cornflower #92C0DF

Color information

#92C0DF (or 0x92C0DF) is unknown color: approx Cornflower. HEX triplet: 92, C0 and DF. RGB value is (146,192,223). Sum of RGB (Red+Green+Blue) = 146+192+223=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #92C0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C0DF is #6D3F20. Grayscale: #B5B5B5. Windows color (decimal): -7159585 or 14663826. OLE color: 14663826.

HSL color Cylindrical-coordinate representation of color #92C0DF: hue angle of 204.16º 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 #92C0DF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146192223-
CMYK0.350.1400.13
HSL204.16º54.61%72.35%-
HSV(B)204.16º34.53%87.45%-
XYZ44.0249.1476.98-
YUV181.78151.26102.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 26.02%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=26.02%
G=34.22%
B=39.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461922230.350.1400.13204.1654.6172.35
Hex92C0DF23E0Dcc3748
Octal222300337431601531467110
Binary100100101100000011011111100011111001101110011001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92C0DF; }

 p { color: rgb(146,192,223); }

 H1.HeaderClassName
 {
   color: #92C0DF;
 }
 .AnyTagClassName
 {
   color: #92C0DF;
 }
</style>
background-color css

<style>
 a { background-color: #92C0DF; }

 a { background-color: rgb(146,192,223); }

 div.DivClassName
 {
   background-color: #92C0DF;
 }
 .BgClassName
 {
   background-color: #92C0DF;
 }
</style>
border-color css

<style>
 span { border-color: #92C0DF; }

 span { border-color: rgb(146,192,223); }

 td.TdClassName
 {
   border-color: #92C0DF;
 }
 .TagClassName
 {
   border-color: #92C0DF;
 }
</style>