#92BDEA

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

Shades of Cornflower #92BDEA

Tints of Cornflower #92BDEA

Color information

#92BDEA (or 0x92BDEA) is unknown color: approx Cornflower. HEX triplet: 92, BD and EA. RGB value is (146,189,234). Sum of RGB (Red+Green+Blue) = 146+189+234=569 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.66% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #92BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BDEA is #6D4215. Grayscale: #B5B5B5. Windows color (decimal): -7160342 or 15383954. OLE color: 15383954.

HSL color Cylindrical-coordinate representation of color #92BDEA: hue angle of 210.68º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92BDEA is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146189234-
CMYK0.380.1900.08
HSL210.68º67.69%74.51%-
HSV(B)210.68º37.61%91.76%-
XYZ44.948.4584.83-
YUV181.27157.75102.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.66%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=25.66%
G=33.22%
B=41.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461892340.380.1900.08210.6867.6974.51
Hex92BDEA261308d3444b
Octal2222753524623010323104113
Binary10010010101111011110101010011010011010001101001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,189,234); }

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

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

 a { background-color: rgb(146,189,234); }

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

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

 span { border-color: rgb(146,189,234); }

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