#92BAF3

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

Shades of Cornflower #92BAF3

Tints of Cornflower #92BAF3

Color information

#92BAF3 (or 0x92BAF3) is unknown color: approx Cornflower. HEX triplet: 92, BA and F3. RGB value is (146,186,243). Sum of RGB (Red+Green+Blue) = 146+186+243=575 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.39% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #92BAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BAF3 is #6D450C. Grayscale: #B4B4B4. Windows color (decimal): -7161101 or 15973010. OLE color: 15973010.

HSL color Cylindrical-coordinate representation of color #92BAF3: hue angle of 215.26º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92BAF3 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146186243-
CMYK0.400.2300.05
HSL215.26º80.17%76.27%-
HSV(B)215.26º39.92%95.29%-
XYZ45.5947.791.6-
YUV180.54163.25103.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.39%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 243 (95.31% from 255) = 42.26%
R=25.39%
G=32.35%
B=42.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461862430.400.2300.05215.2680.1776.27
Hex92BAF3281705d7504c
Octal222272363502705327120114
Binary1001001010111010111100111010001011101011101011110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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