#92C4EB

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

Shades of Cornflower #92C4EB

Tints of Cornflower #92C4EB

Color information

#92C4EB (or 0x92C4EB) is unknown color: approx Cornflower. HEX triplet: 92, C4 and EB. RGB value is (146,196,235). Sum of RGB (Red+Green+Blue) = 146+196+235=577 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.30% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #92C4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C4EB is #6D3B14. Grayscale: #B9B9B9. Windows color (decimal): -7158549 or 15451282. OLE color: 15451282.

HSL color Cylindrical-coordinate representation of color #92C4EB: hue angle of 206.29º degrees, saturation: 0.69, 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 #92C4EB is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146196235-
CMYK0.380.1700.08
HSL206.29º68.99%74.71%-
HSV(B)206.29º37.87%92.16%-
XYZ46.5951.5986.1-
YUV185.5155.9499.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.30%
GREEN value IS 196 (76.95% from 255) = 33.97%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=25.30%
G=33.97%
B=40.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461962350.380.1700.08206.2968.9974.71
Hex92C4EB261108ce454b
Octal2223043534621010316105113
Binary10010010110001001110101110011010001010001100111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,196,235); }

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

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

 a { background-color: rgb(146,196,235); }

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

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

 span { border-color: rgb(146,196,235); }

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