#92BEEC

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

Shades of Cornflower #92BEEC

Tints of Cornflower #92BEEC

Color information

#92BEEC (or 0x92BEEC) is unknown color: approx Cornflower. HEX triplet: 92, BE and EC. RGB value is (146,190,236). Sum of RGB (Red+Green+Blue) = 146+190+236=572 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.52% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #92BEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BEEC is #6D4113. Grayscale: #B5B5B5. Windows color (decimal): -7160084 or 15515282. OLE color: 15515282.

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

Color convert

RGB146190236-
CMYK0.380.1900.07
HSL210.67º70.31%74.9%-
HSV(B)210.67º38.14%92.55%-
XYZ45.4148.9986.42-
YUV182.09158.42102.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.52%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=25.52%
G=33.22%
B=41.26%

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
Decimal1461902360.380.1900.07210.6770.3174.9
Hex92BEEC261307d3464b
Octal222276354462307323106113
Binary1001001010111110111011001001101001101111101001110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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