#92B7EF

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

Shades of Cornflower #92B7EF

Tints of Cornflower #92B7EF

Color information

#92B7EF (or 0x92B7EF) is unknown color: approx Cornflower. HEX triplet: 92, B7 and EF. RGB value is (146,183,239). Sum of RGB (Red+Green+Blue) = 146+183+239=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #92B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B7EF is #6D4810. Grayscale: #B2B2B2. Windows color (decimal): -7161873 or 15710098. OLE color: 15710098.

HSL color Cylindrical-coordinate representation of color #92B7EF: hue angle of 216.13º 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 #92B7EF is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146183239-
CMYK0.390.2300.06
HSL216.13º74.4%75.49%-
HSV(B)216.13º38.91%93.73%-
XYZ44.3746.2188.24-
YUV178.32162.24104.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.70%
GREEN value IS 183 (71.88% from 255) = 32.22%
BLUE value IS 239 (93.75% from 255) = 42.08%
R=25.70%
G=32.22%
B=42.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1461832390.390.2300.06216.1374.475.49
Hex92B7EF271706d84a4b
Octal222267357472706330112113
Binary1001001010110111111011111001111011101101101100010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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