#92C5EA

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

Shades of Cornflower #92C5EA

Tints of Cornflower #92C5EA

Color information

#92C5EA (or 0x92C5EA) is unknown color: approx Cornflower. HEX triplet: 92, C5 and EA. RGB value is (146,197,234). Sum of RGB (Red+Green+Blue) = 146+197+234=577 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.30% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #92C5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C5EA is #6D3A15. Grayscale: #B9B9B9. Windows color (decimal): -7158294 or 15386002. OLE color: 15386002.

HSL color Cylindrical-coordinate representation of color #92C5EA: hue angle of 205.23º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92C5EA is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146197234-
CMYK0.380.1600.08
HSL205.23º67.69%74.51%-
HSV(B)205.23º37.61%91.76%-
XYZ46.6751.9885.42-
YUV185.97155.199.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.30%
GREEN value IS 197 (77.34% from 255) = 34.14%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=25.30%
G=34.14%
B=40.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461972340.380.1600.08205.2367.6974.51
Hex92C5EA261008cd444b
Octal2223053524620010315104113
Binary10010010110001011110101010011010000010001100110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,197,234); }

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

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

 a { background-color: rgb(146,197,234); }

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

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

 span { border-color: rgb(146,197,234); }

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