#92BCEC

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

Shades of Cornflower #92BCEC

Tints of Cornflower #92BCEC

Color information

#92BCEC (or 0x92BCEC) is unknown color: approx Cornflower. HEX triplet: 92, BC and EC. RGB value is (146,188,236). Sum of RGB (Red+Green+Blue) = 146+188+236=570 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.61% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #92BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BCEC is #6D4313. Grayscale: #B4B4B4. Windows color (decimal): -7160596 or 15514770. OLE color: 15514770.

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

Color convert

RGB146188236-
CMYK0.380.2000.07
HSL212º70.31%74.9%-
HSV(B)212º38.14%92.55%-
XYZ44.9848.1386.28-
YUV180.91159.09103.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.61%
GREEN value IS 188 (73.83% from 255) = 32.98%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=25.61%
G=32.98%
B=41.40%

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
Decimal1461882360.380.2000.0721270.3174.9
Hex92BCEC261407d4464b
Octal222274354462407324106113
Binary1001001010111100111011001001101010001111101010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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