#92B7EA

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

Shades of Cornflower #92B7EA

Tints of Cornflower #92B7EA

Color information

#92B7EA (or 0x92B7EA) is unknown color: approx Cornflower. HEX triplet: 92, B7 and EA. RGB value is (146,183,234). Sum of RGB (Red+Green+Blue) = 146+183+234=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #92B7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B7EA is #6D4815. Grayscale: #B1B1B1. Windows color (decimal): -7161878 or 15382418. OLE color: 15382418.

HSL color Cylindrical-coordinate representation of color #92B7EA: hue angle of 214.77º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92B7EA is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146183234-
CMYK0.380.2200.08
HSL214.77º67.69%74.51%-
HSV(B)214.77º37.61%91.76%-
XYZ43.6445.9284.41-
YUV177.75159.74105.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.93%
GREEN value IS 183 (71.88% from 255) = 32.50%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=25.93%
G=32.50%
B=41.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461832340.380.2200.08214.7767.6974.51
Hex92B7EA261608d7444b
Octal2222673524626010327104113
Binary10010010101101111110101010011010110010001101011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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