#92C5CD

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

Shades of Morning Glory #92C5CD

Tints of Morning Glory #92C5CD

Color information

#92C5CD (or 0x92C5CD) is unknown color: approx Morning Glory. HEX triplet: 92, C5 and CD. RGB value is (146,197,205). Sum of RGB (Red+Green+Blue) = 146+197+205=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #92C5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C5CD is #6D3A32. Grayscale: #B6B6B6. Windows color (decimal): -7158323 or 13485458. OLE color: 13485458.

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

Color convert

RGB146197205-
CMYK0.290.0400.20
HSL188.14º37.11%68.82%-
HSV(B)188.14º28.78%80.39%-
XYZ42.8450.4565.24-
YUV182.66140.6101.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.64%
GREEN value IS 197 (77.34% from 255) = 35.95%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=26.64%
G=35.95%
B=37.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461972050.290.0400.20188.1437.1168.82
Hex92C5CD1D4014bc2545
Octal22230531535402427445105
Binary10010010110001011100110111101100010100101111001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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