#92BDED

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

Shades of Cornflower #92BDED

Tints of Cornflower #92BDED

Color information

#92BDED (or 0x92BDED) is unknown color: approx Cornflower. HEX triplet: 92, BD and ED. RGB value is (146,189,237). Sum of RGB (Red+Green+Blue) = 146+189+237=572 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.52% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #92BDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BDED is #6D4212. Grayscale: #B5B5B5. Windows color (decimal): -7160339 or 15580562. OLE color: 15580562.

HSL color Cylindrical-coordinate representation of color #92BDED: hue angle of 211.65º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92BDED is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146189237-
CMYK0.380.2000.07
HSL211.65º71.65%75.1%-
HSV(B)211.65º38.4%92.94%-
XYZ45.3448.6287.12-
YUV181.61159.25102.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.52%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=25.52%
G=33.04%
B=41.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461892370.380.2000.07211.6571.6575.1
Hex92BDED261407d4484b
Octal222275355462407324110113
Binary1001001010111101111011011001101010001111101010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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