#92C2E1

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

Shades of Cornflower #92C2E1

Tints of Cornflower #92C2E1

Color information

#92C2E1 (or 0x92C2E1) is unknown color: approx Cornflower. HEX triplet: 92, C2 and E1. RGB value is (146,194,225). Sum of RGB (Red+Green+Blue) = 146+194+225=565 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.84% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #92C2E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C2E1 is #6D3D1E. Grayscale: #B7B7B7. Windows color (decimal): -7159071 or 14795410. OLE color: 14795410.

HSL color Cylindrical-coordinate representation of color #92C2E1: hue angle of 203.54º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92C2E1 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB146194225-
CMYK0.350.1400.12
HSL203.54º56.83%72.75%-
HSV(B)203.54º35.11%88.24%-
XYZ44.7450.1378.55-
YUV183.18151.6101.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.84%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 225 (88.28% from 255) = 39.82%
R=25.84%
G=34.34%
B=39.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1461942250.350.1400.12203.5456.8372.75
Hex92C2E123E0Ccc3949
Octal222302341431601431471111
Binary100100101100001011100001100011111001100110011001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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