#92BCEA

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

Shades of Cornflower #92BCEA

Tints of Cornflower #92BCEA

Color information

#92BCEA (or 0x92BCEA) is unknown color: approx Cornflower. HEX triplet: 92, BC and EA. RGB value is (146,188,234). Sum of RGB (Red+Green+Blue) = 146+188+234=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #92BCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BCEA is #6D4315. Grayscale: #B4B4B4. Windows color (decimal): -7160598 or 15383698. OLE color: 15383698.

HSL color Cylindrical-coordinate representation of color #92BCEA: hue angle of 211.36º 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 #92BCEA is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146188234-
CMYK0.380.2000.08
HSL211.36º67.69%74.51%-
HSV(B)211.36º37.61%91.76%-
XYZ44.6948.0284.75-
YUV180.69158.09103.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.70%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=25.70%
G=33.10%
B=41.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461882340.380.2000.08211.3667.6974.51
Hex92BCEA261408d3444b
Octal2222743524624010323104113
Binary10010010101111001110101010011010100010001101001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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