#92BDEC

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

Shades of Cornflower #92BDEC

Tints of Cornflower #92BDEC

Color information

#92BDEC (or 0x92BDEC) is unknown color: approx Cornflower. HEX triplet: 92, BD and EC. RGB value is (146,189,236). Sum of RGB (Red+Green+Blue) = 146+189+236=571 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.57% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #92BDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BDEC is #6D4213. Grayscale: #B5B5B5. Windows color (decimal): -7160340 or 15515026. OLE color: 15515026.

HSL color Cylindrical-coordinate representation of color #92BDEC: hue angle of 211.33º 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 #92BDEC is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146189236-
CMYK0.380.2000.07
HSL211.33º70.31%74.9%-
HSV(B)211.33º38.14%92.55%-
XYZ45.1948.5686.35-
YUV181.5158.75102.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.57%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=25.57%
G=33.10%
B=41.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461892360.380.2000.07211.3370.3174.9
Hex92BDEC261407d3464b
Octal222275354462407323106113
Binary1001001010111101111011001001101010001111101001110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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