#92BFDC

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

Shades of Cornflower #92BFDC

Tints of Cornflower #92BFDC

Color information

#92BFDC (or 0x92BFDC) is unknown color: approx Cornflower. HEX triplet: 92, BF and DC. RGB value is (146,191,220). Sum of RGB (Red+Green+Blue) = 146+191+220=557 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.21% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #92BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BFDC is #6D4023. Grayscale: #B4B4B4. Windows color (decimal): -7159844 or 14466962. OLE color: 14466962.

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

Color convert

RGB146191220-
CMYK0.340.1300.14
HSL203.51º51.39%71.76%-
HSV(B)203.51º33.64%86.27%-
XYZ43.448.5474.79-
YUV180.85150.09103.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.21%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=26.21%
G=34.29%
B=39.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461912200.340.1300.14203.5151.3971.76
Hex92BFDC22D0Ecc3348
Octal222277334421501631463110
Binary100100101011111111011100100010110101110110011001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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