#92BEEF

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

Shades of Cornflower #92BEEF

Tints of Cornflower #92BEEF

Color information

#92BEEF (or 0x92BEEF) is unknown color: approx Cornflower. HEX triplet: 92, BE and EF. RGB value is (146,190,239). Sum of RGB (Red+Green+Blue) = 146+190+239=575 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.39% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #92BEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BEEF is #6D4110. Grayscale: #B6B6B6. Windows color (decimal): -7160081 or 15711890. OLE color: 15711890.

HSL color Cylindrical-coordinate representation of color #92BEEF: hue angle of 211.61º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92BEEF is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146190239-
CMYK0.390.2100.06
HSL211.61º74.4%75.49%-
HSV(B)211.61º38.91%93.73%-
XYZ45.8549.1788.74-
YUV182.43159.92102.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.39%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 239 (93.75% from 255) = 41.57%
R=25.39%
G=33.04%
B=41.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1461902390.390.2100.06211.6174.475.49
Hex92BEEF271506d44a4b
Octal222276357472506324112113
Binary1001001010111110111011111001111010101101101010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,190,239); }

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

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

 a { background-color: rgb(146,190,239); }

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

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

 span { border-color: rgb(146,190,239); }

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