#92BEDF

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

Shades of Cornflower #92BEDF

Tints of Cornflower #92BEDF

Color information

#92BEDF (or 0x92BEDF) is unknown color: approx Cornflower. HEX triplet: 92, BE and DF. RGB value is (146,190,223). Sum of RGB (Red+Green+Blue) = 146+190+223=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #92BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BEDF is #6D4120. Grayscale: #B4B4B4. Windows color (decimal): -7160097 or 14663314. OLE color: 14663314.

HSL color Cylindrical-coordinate representation of color #92BEDF: hue angle of 205.71º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92BEDF is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146190223-
CMYK0.350.1500.13
HSL205.71º54.61%72.35%-
HSV(B)205.71º34.53%87.45%-
XYZ43.5948.2776.83-
YUV180.61151.92103.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.12%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=26.12%
G=33.99%
B=39.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461902230.350.1500.13205.7154.6172.35
Hex92BEDF23F0Dce3748
Octal222276337431701531667110
Binary100100101011111011011111100011111101101110011101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,190,223); }

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

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

 a { background-color: rgb(146,190,223); }

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

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

 span { border-color: rgb(146,190,223); }

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