#92B9DC

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

Shades of Cornflower #92B9DC

Tints of Cornflower #92B9DC

Color information

#92B9DC (or 0x92B9DC) is unknown color: approx Cornflower. HEX triplet: 92, B9 and DC. RGB value is (146,185,220). Sum of RGB (Red+Green+Blue) = 146+185+220=551 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.50% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #92B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B9DC is #6D4623. Grayscale: #B1B1B1. Windows color (decimal): -7161380 or 14465426. OLE color: 14465426.

HSL color Cylindrical-coordinate representation of color #92B9DC: hue angle of 208.38º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92B9DC is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146185220-
CMYK0.340.1600.14
HSL208.38º51.39%71.76%-
HSV(B)208.38º33.64%86.27%-
XYZ42.1245.9874.36-
YUV177.33152.08105.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.50%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=26.50%
G=33.58%
B=39.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461852200.340.1600.14208.3851.3971.76
Hex92B9DC22100Ed03348
Octal222271334422001632063110
Binary1001001010111001110111001000101000001110110100001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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