#92CCD5

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

Shades of Morning Glory #92CCD5

Tints of Morning Glory #92CCD5

Color information

#92CCD5 (or 0x92CCD5) is unknown color: approx Morning Glory. HEX triplet: 92, CC and D5. RGB value is (146,204,213). Sum of RGB (Red+Green+Blue) = 146+204+213=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #92CCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CCD5 is #6D332A. Grayscale: #BBBBBB. Windows color (decimal): -7156523 or 14011538. OLE color: 14011538.

HSL color Cylindrical-coordinate representation of color #92CCD5: hue angle of 188.06º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92CCD5 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146204213-
CMYK0.310.0400.16
HSL188.06º44.37%70.39%-
HSV(B)188.06º31.46%83.53%-
XYZ45.4654.171-
YUV187.68142.2898.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.93%
GREEN value IS 204 (80.08% from 255) = 36.23%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=25.93%
G=36.23%
B=37.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462042130.310.0400.16188.0644.3770.39
Hex92CCD51F4010bc2c46
Octal22231432537402027454106
Binary10010010110011001101010111111100010000101111001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,204,213); }

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

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

 a { background-color: rgb(146,204,213); }

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

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

 span { border-color: rgb(146,204,213); }

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