#94CDD5

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

Shades of Morning Glory #94CDD5

Tints of Morning Glory #94CDD5

Color information

#94CDD5 (or 0x94CDD5) is unknown color: approx Morning Glory. HEX triplet: 94, CD and D5. RGB value is (148,205,213). Sum of RGB (Red+Green+Blue) = 148+205+213=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #94CDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CDD5 is #6B322A. Grayscale: #BCBCBC. Windows color (decimal): -7025195 or 14011796. OLE color: 14011796.

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

Color convert

RGB148205213-
CMYK0.310.0400.16
HSL187.38º43.62%70.78%-
HSV(B)187.38º30.52%83.53%-
XYZ46.0554.7671.09-
YUV188.87141.6298.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.15%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 213 (83.59% from 255) = 37.63%
R=26.15%
G=36.22%
B=37.63%

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
Decimal1482052130.310.0400.16187.3843.6270.78
Hex94CDD51F4010bb2c47
Octal22431532537402027354107
Binary10010100110011011101010111111100010000101110111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CDD5; }

 p { color: rgb(148,205,213); }

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

<style>
 a { background-color: #94CDD5; }

 a { background-color: rgb(148,205,213); }

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

<style>
 span { border-color: #94CDD5; }

 span { border-color: rgb(148,205,213); }

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