#92BAF0

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

Shades of Cornflower #92BAF0

Tints of Cornflower #92BAF0

Color information

#92BAF0 (or 0x92BAF0) is unknown color: approx Cornflower. HEX triplet: 92, BA and F0. RGB value is (146,186,240). Sum of RGB (Red+Green+Blue) = 146+186+240=572 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.52% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #92BAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BAF0 is #6D450F. Grayscale: #B3B3B3. Windows color (decimal): -7161104 or 15776402. OLE color: 15776402.

HSL color Cylindrical-coordinate representation of color #92BAF0: hue angle of 214.47º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92BAF0 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146186240-
CMYK0.390.2200.06
HSL214.47º75.81%75.69%-
HSV(B)214.47º39.17%94.12%-
XYZ45.1447.5289.23-
YUV180.2161.75103.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.52%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 240 (94.14% from 255) = 41.96%
R=25.52%
G=32.52%
B=41.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1461862400.390.2200.06214.4775.8175.69
Hex92BAF0271606d64c4c
Octal222272360472606326114114
Binary1001001010111010111100001001111011001101101011010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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