#92BDF4

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

Shades of Cornflower #92BDF4

Tints of Cornflower #92BDF4

Color information

#92BDF4 (or 0x92BDF4) is unknown color: approx Cornflower. HEX triplet: 92, BD and F4. RGB value is (146,189,244). Sum of RGB (Red+Green+Blue) = 146+189+244=579 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.22% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 244 - color contains mainly: blue. Hex color #92BDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BDF4 is #6D420B. Grayscale: #B6B6B6. Windows color (decimal): -7160332 or 16039314. OLE color: 16039314.

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

Color convert

RGB146189244-
CMYK0.400.2300.04
HSL213.67º81.67%76.47%-
HSV(B)213.67º40.16%95.69%-
XYZ46.3849.0492.61-
YUV182.41162.75102.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.22%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 244 (95.70% from 255) = 42.14%
R=25.22%
G=32.64%
B=42.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1461892440.400.2300.04213.6781.6776.47
Hex92BDF4281704d6524c
Octal222275364502704326122114
Binary1001001010111101111101001010001011101001101011010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,189,244); }

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

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

 a { background-color: rgb(146,189,244); }

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

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

 span { border-color: rgb(146,189,244); }

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