#94CCD4

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

Shades of Morning Glory #94CCD4

Tints of Morning Glory #94CCD4

Color information

#94CCD4 (or 0x94CCD4) is unknown color: approx Morning Glory. HEX triplet: 94, CC and D4. RGB value is (148,204,212). Sum of RGB (Red+Green+Blue) = 148+204+212=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 212 - color contains mainly: blue. Hex color #94CCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CCD4 is #6B332B. Grayscale: #BCBCBC. Windows color (decimal): -7025452 or 13946004. OLE color: 13946004.

HSL color Cylindrical-coordinate representation of color #94CCD4: hue angle of 187.5º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94CCD4 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB148204212-
CMYK0.300.0400.17
HSL187.5º42.67%70.59%-
HSV(B)187.5º30.19%83.14%-
XYZ45.6954.2470.35-
YUV188.17141.4599.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.24%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 212 (83.20% from 255) = 37.59%
R=26.24%
G=36.17%
B=37.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1482042120.300.0400.17187.542.6770.59
Hex94CCD41E4011bc2b47
Octal22431432436402127453107
Binary10010100110011001101010011110100010001101111001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,204,212); }

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

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

 a { background-color: rgb(148,204,212); }

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

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

 span { border-color: rgb(148,204,212); }

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