#92CAF4

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

Shades of Cornflower #92CAF4

Tints of Cornflower #92CAF4

Color information

#92CAF4 (or 0x92CAF4) is unknown color: approx Cornflower. HEX triplet: 92, CA and F4. RGB value is (146,202,244). Sum of RGB (Red+Green+Blue) = 146+202+244=592 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.66% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 244 (95.70% from 255 or 41.22% from 592); Max value from RGB is 244 - color contains mainly: blue. Hex color #92CAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CAF4 is #6D350B. Grayscale: #BDBDBD. Windows color (decimal): -7157004 or 16042642. OLE color: 16042642.

HSL color Cylindrical-coordinate representation of color #92CAF4: hue angle of 205.71º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92CAF4 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB146202244-
CMYK0.400.1700.04
HSL205.71º81.67%76.47%-
HSV(B)205.71º40.16%95.69%-
XYZ49.354.8893.58-
YUV190.04158.4596.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.66%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 244 (95.70% from 255) = 41.22%
R=24.66%
G=34.12%
B=41.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1462022440.400.1700.04205.7181.6776.47
Hex92CAF4281104ce524c
Octal222312364502104316122114
Binary1001001011001010111101001010001000101001100111010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,202,244); }

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

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

 a { background-color: rgb(146,202,244); }

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

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

 span { border-color: rgb(146,202,244); }

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