#92C0C8

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

Shades of Morning Glory #92C0C8

Tints of Morning Glory #92C0C8

Color information

#92C0C8 (or 0x92C0C8) is unknown color: approx Morning Glory. HEX triplet: 92, C0 and C8. RGB value is (146,192,200). Sum of RGB (Red+Green+Blue) = 146+192+200=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 200 - color contains mainly: blue. Hex color #92C0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C0C8 is #6D3F37. Grayscale: #B3B3B3. Windows color (decimal): -7159608 or 13156498. OLE color: 13156498.

HSL color Cylindrical-coordinate representation of color #92C0C8: hue angle of 188.89º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C0C8 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB146192200-
CMYK0.270.0400.22
HSL188.89º32.93%67.84%-
HSV(B)188.89º27%78.43%-
XYZ41.1347.9861.74-
YUV179.16139.76104.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.14%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 200 (78.52% from 255) = 37.17%
R=27.14%
G=35.69%
B=37.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461922000.270.0400.22188.8932.9367.84
Hex92C0C81B4016bd2144
Octal22230031033402627541104
Binary10010010110000001100100011011100010110101111011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,192,200); }

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

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

 a { background-color: rgb(146,192,200); }

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

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

 span { border-color: rgb(146,192,200); }

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