#92BCE9

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

Shades of Cornflower #92BCE9

Tints of Cornflower #92BCE9

Color information

#92BCE9 (or 0x92BCE9) is unknown color: approx Cornflower. HEX triplet: 92, BC and E9. RGB value is (146,188,233). Sum of RGB (Red+Green+Blue) = 146+188+233=567 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.75% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #92BCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BCE9 is #6D4316. Grayscale: #B4B4B4. Windows color (decimal): -7160599 or 15318162. OLE color: 15318162.

HSL color Cylindrical-coordinate representation of color #92BCE9: hue angle of 211.03º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92BCE9 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB146188233-
CMYK0.370.1900.09
HSL211.03º66.41%74.31%-
HSV(B)211.03º37.34%91.37%-
XYZ44.5547.9684-
YUV180.57157.59103.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.75%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 233 (91.41% from 255) = 41.09%
R=25.75%
G=33.16%
B=41.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1461882330.370.1900.09211.0366.4174.31
Hex92BCE9251309d3424a
Octal2222743514523011323102112
Binary10010010101111001110100110010110011010011101001110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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