#92C2F0

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

Shades of Cornflower #92C2F0

Tints of Cornflower #92C2F0

Color information

#92C2F0 (or 0x92C2F0) is unknown color: approx Cornflower. HEX triplet: 92, C2 and F0. RGB value is (146,194,240). Sum of RGB (Red+Green+Blue) = 146+194+240=580 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.17% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #92C2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C2F0 is #6D3D0F. Grayscale: #B8B8B8. Windows color (decimal): -7159056 or 15778450. OLE color: 15778450.

HSL color Cylindrical-coordinate representation of color #92C2F0: hue angle of 209.36º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92C2F0 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146194240-
CMYK0.390.1900.06
HSL209.36º75.81%75.69%-
HSV(B)209.36º39.17%94.12%-
XYZ46.8750.9989.81-
YUV184.89159.1100.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.17%
GREEN value IS 194 (76.17% from 255) = 33.45%
BLUE value IS 240 (94.14% from 255) = 41.38%
R=25.17%
G=33.45%
B=41.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1461942400.390.1900.06209.3675.8175.69
Hex92C2F0271306d14c4c
Octal222302360472306321114114
Binary1001001011000010111100001001111001101101101000110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,194,240); }

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

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

 a { background-color: rgb(146,194,240); }

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

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

 span { border-color: rgb(146,194,240); }

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