#92C7DC

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

Shades of Cornflower #92C7DC

Tints of Cornflower #92C7DC

Color information

#92C7DC (or 0x92C7DC) is unknown color: approx Cornflower. HEX triplet: 92, C7 and DC. RGB value is (146,199,220). Sum of RGB (Red+Green+Blue) = 146+199+220=565 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.84% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #92C7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C7DC is #6D3823. Grayscale: #B9B9B9. Windows color (decimal): -7157796 or 14469010. OLE color: 14469010.

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

Color convert

RGB146199220-
CMYK0.340.1000.14
HSL197.03º51.39%71.76%-
HSV(B)197.03º33.64%86.27%-
XYZ45.252.1375.39-
YUV185.55147.4499.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.84%
GREEN value IS 199 (78.12% from 255) = 35.22%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=25.84%
G=35.22%
B=38.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461992200.340.1000.14197.0351.3971.76
Hex92C7DC22A0Ec53348
Octal222307334421201630563110
Binary100100101100011111011100100010101001110110001011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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