#92BAEE

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

Shades of Cornflower #92BAEE

Tints of Cornflower #92BAEE

Color information

#92BAEE (or 0x92BAEE) is unknown color: approx Cornflower. HEX triplet: 92, BA and EE. RGB value is (146,186,238). Sum of RGB (Red+Green+Blue) = 146+186+238=570 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.61% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #92BAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BAEE is #6D4511. Grayscale: #B3B3B3. Windows color (decimal): -7161106 or 15645330. OLE color: 15645330.

HSL color Cylindrical-coordinate representation of color #92BAEE: hue angle of 213.91º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92BAEE is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146186238-
CMYK0.390.2200.07
HSL213.91º73.02%75.29%-
HSV(B)213.91º38.66%93.33%-
XYZ44.8547.487.67-
YUV179.97160.75103.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.61%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=25.61%
G=32.63%
B=41.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461862380.390.2200.07213.9173.0275.29
Hex92BAEE271607d6494b
Octal222272356472607326111113
Binary1001001010111010111011101001111011001111101011010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,186,238); }

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

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

 a { background-color: rgb(146,186,238); }

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

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

 span { border-color: rgb(146,186,238); }

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