#92BDDC

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

Shades of Cornflower #92BDDC

Tints of Cornflower #92BDDC

Color information

#92BDDC (or 0x92BDDC) is unknown color: approx Cornflower. HEX triplet: 92, BD and DC. RGB value is (146,189,220). Sum of RGB (Red+Green+Blue) = 146+189+220=555 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.31% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #92BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDDC is #6D4223. Grayscale: #B3B3B3. Windows color (decimal): -7160356 or 14466450. OLE color: 14466450.

HSL color Cylindrical-coordinate representation of color #92BDDC: hue angle of 205.14º 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 #92BDDC is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146189220-
CMYK0.340.1400.14
HSL205.14º51.39%71.76%-
HSV(B)205.14º33.64%86.27%-
XYZ42.9747.6774.65-
YUV179.68150.75103.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.31%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=26.31%
G=34.05%
B=39.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461892200.340.1400.14205.1451.3971.76
Hex92BDDC22E0Ecd3348
Octal222275334421601631563110
Binary100100101011110111011100100010111001110110011011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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