#92C3F1

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

Shades of Cornflower #92C3F1

Tints of Cornflower #92C3F1

Color information

#92C3F1 (or 0x92C3F1) is unknown color: approx Cornflower. HEX triplet: 92, C3 and F1. RGB value is (146,195,241). Sum of RGB (Red+Green+Blue) = 146+195+241=582 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25.09% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #92C3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C3F1 is #6D3C0E. Grayscale: #B9B9B9. Windows color (decimal): -7158799 or 15844242. OLE color: 15844242.

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

Color convert

RGB146195241-
CMYK0.390.1900.05
HSL209.05º77.24%75.88%-
HSV(B)209.05º39.42%94.51%-
XYZ47.2551.4990.67-
YUV185.59159.2799.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.09%
GREEN value IS 195 (76.56% from 255) = 33.51%
BLUE value IS 241 (94.53% from 255) = 41.41%
R=25.09%
G=33.51%
B=41.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461952410.390.1900.05209.0577.2475.88
Hex92C3F1271305d14d4c
Octal222303361472305321115114
Binary1001001011000011111100011001111001101011101000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,195,241); }

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

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

 a { background-color: rgb(146,195,241); }

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

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

 span { border-color: rgb(146,195,241); }

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