#92C1E1

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

Shades of Cornflower #92C1E1

Tints of Cornflower #92C1E1

Color information

#92C1E1 (or 0x92C1E1) is unknown color: approx Cornflower. HEX triplet: 92, C1 and E1. RGB value is (146,193,225). Sum of RGB (Red+Green+Blue) = 146+193+225=564 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.89% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #92C1E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C1E1 is #6D3E1E. Grayscale: #B6B6B6. Windows color (decimal): -7159327 or 14795154. OLE color: 14795154.

HSL color Cylindrical-coordinate representation of color #92C1E1: hue angle of 204.3º 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 #92C1E1 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB146193225-
CMYK0.350.1400.12
HSL204.3º56.83%72.75%-
HSV(B)204.3º35.11%88.24%-
XYZ44.5149.6978.48-
YUV182.6151.93101.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.89%
GREEN value IS 193 (75.78% from 255) = 34.22%
BLUE value IS 225 (88.28% from 255) = 39.89%
R=25.89%
G=34.22%
B=39.89%

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
Decimal1461932250.350.1400.12204.356.8372.75
Hex92C1E123E0Ccc3949
Octal222301341431601431471111
Binary100100101100000111100001100011111001100110011001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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