#92BAE3

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

Shades of Cornflower #92BAE3

Tints of Cornflower #92BAE3

Color information

#92BAE3 (or 0x92BAE3) is unknown color: approx Cornflower. HEX triplet: 92, BA and E3. RGB value is (146,186,227). Sum of RGB (Red+Green+Blue) = 146+186+227=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 227 - color contains mainly: blue. Hex color #92BAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BAE3 is #6D451C. Grayscale: #B2B2B2. Windows color (decimal): -7161117 or 14924434. OLE color: 14924434.

HSL color Cylindrical-coordinate representation of color #92BAE3: hue angle of 210.37º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92BAE3 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB146186227-
CMYK0.360.1800.11
HSL210.37º59.12%73.14%-
HSV(B)210.37º35.68%89.02%-
XYZ43.2846.7779.42-
YUV178.71155.25104.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.12%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 227 (89.06% from 255) = 40.61%
R=26.12%
G=33.27%
B=40.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1461862270.360.1800.11210.3759.1273.14
Hex92BAE324120Bd23b49
Octal222272343442201332273111
Binary1001001010111010111000111001001001001011110100101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,186,227); }

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

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

 a { background-color: rgb(146,186,227); }

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

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

 span { border-color: rgb(146,186,227); }

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