#92C5CE

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

Shades of Morning Glory #92C5CE

Tints of Morning Glory #92C5CE

Color information

#92C5CE (or 0x92C5CE) is unknown color: approx Morning Glory. HEX triplet: 92, C5 and CE. RGB value is (146,197,206). Sum of RGB (Red+Green+Blue) = 146+197+206=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #92C5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C5CE is #6D3A31. Grayscale: #B6B6B6. Windows color (decimal): -7158322 or 13550994. OLE color: 13550994.

HSL color Cylindrical-coordinate representation of color #92C5CE: hue angle of 189º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92C5CE is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146197206-
CMYK0.290.0400.19
HSL189º37.97%69.02%-
HSV(B)189º29.13%80.78%-
XYZ42.9650.565.88-
YUV182.78141.1101.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.59%
GREEN value IS 197 (77.34% from 255) = 35.88%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=26.59%
G=35.88%
B=37.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461972060.290.0400.1918937.9769.02
Hex92C5CE1D4013bd2645
Octal22230531635402327546105
Binary10010010110001011100111011101100010011101111011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,197,206); }

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

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

 a { background-color: rgb(146,197,206); }

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

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

 span { border-color: rgb(146,197,206); }

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