#92B9DF

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

Shades of Cornflower #92B9DF

Tints of Cornflower #92B9DF

Color information

#92B9DF (or 0x92B9DF) is unknown color: approx Cornflower. HEX triplet: 92, B9 and DF. RGB value is (146,185,223). Sum of RGB (Red+Green+Blue) = 146+185+223=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #92B9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B9DF is #6D4620. Grayscale: #B1B1B1. Windows color (decimal): -7161377 or 14662034. OLE color: 14662034.

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

Color convert

RGB146185223-
CMYK0.350.1700.13
HSL209.61º54.61%72.35%-
HSV(B)209.61º34.53%87.45%-
XYZ42.5246.1476.48-
YUV177.67153.58105.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.35%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 223 (87.5% from 255) = 40.25%
R=26.35%
G=33.39%
B=40.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461852230.350.1700.13209.6154.6172.35
Hex92B9DF23110Dd23748
Octal222271337432101532267110
Binary1001001010111001110111111000111000101101110100101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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