#92BFEC

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

Shades of Cornflower #92BFEC

Tints of Cornflower #92BFEC

Color information

#92BFEC (or 0x92BFEC) is unknown color: approx Cornflower. HEX triplet: 92, BF and EC. RGB value is (146,191,236). Sum of RGB (Red+Green+Blue) = 146+191+236=573 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.48% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #92BFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BFEC is #6D4013. Grayscale: #B6B6B6. Windows color (decimal): -7159828 or 15515538. OLE color: 15515538.

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

Color convert

RGB146191236-
CMYK0.380.1900.07
HSL210º70.31%74.9%-
HSV(B)210º38.14%92.55%-
XYZ45.6349.4386.49-
YUV182.68158.09101.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.48%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=25.48%
G=33.33%
B=41.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461912360.380.1900.0721070.3174.9
Hex92BFEC261307d2464b
Octal222277354462307322106113
Binary1001001010111111111011001001101001101111101001010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,191,236); }

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

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

 a { background-color: rgb(146,191,236); }

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

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

 span { border-color: rgb(146,191,236); }

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