#92BBEA

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

Shades of Cornflower #92BBEA

Tints of Cornflower #92BBEA

Color information

#92BBEA (or 0x92BBEA) is unknown color: approx Cornflower. HEX triplet: 92, BB and EA. RGB value is (146,187,234). Sum of RGB (Red+Green+Blue) = 146+187+234=567 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.75% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #92BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BBEA is #6D4415. Grayscale: #B3B3B3. Windows color (decimal): -7160854 or 15383442. OLE color: 15383442.

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

Color convert

RGB146187234-
CMYK0.380.2000.08
HSL212.05º67.69%74.51%-
HSV(B)212.05º37.61%91.76%-
XYZ44.4847.5984.68-
YUV180.1158.42103.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.75%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=25.75%
G=32.98%
B=41.27%

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
Decimal1461872340.380.2000.08212.0567.6974.51
Hex92BBEA261408d4444b
Octal2222733524624010324104113
Binary10010010101110111110101010011010100010001101010010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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